Html Css Color HEX #B006EE Electric Purple

📋 copy color: '#B006EE'

red 176 ◦ green 6 ◦ blue 238

#B006EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B006EE

Tints of Electric Purple #B006EE

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 238 (93.36% from 255) = 56.67%

R = 41.9%
G = 1.43%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B006EE (or 0xB006EE) is known color: Electric Purple. HEX triplet: B0, 06 and EE. RGB value is (176,6,238). Sum of RGB (Red+Green+Blue) = 176+6+238=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #B006EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B006EE is #4FF911. Grayscale: #525252. Windows color (decimal): -5241106 or 15599280. OLE color: 15599280.

HSL color Cylindrical-coordinate representation of color #B006EE: hue angle of 283.97º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006EE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 6 238 -
CMYK 0.26 0.97 0 0.07
HSL 283.97º 0.95% 0.48% -
HSV(B) 283.97º 0.97% 0.93% -
XYZ 33.4 15.53 82.13 -
YUV 83.28 215.32 194.14 -
System Red Green Blue C M Y K H S L
Decimal 176 6 238 0.26 0.97 0 0.07 283.97 0.95 0.48
Hex B0 6 EE 1A 61 0 7 11C 5F 30
Octal 260 6 356 32 141 0 7 434 137 60
Binary 10110000 110 11101110 11010 1100001 0 111 100011100 1011111 110000

Color Harmonies of #B006EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006EE

Black with #B006EE

Text Example


Text Example

White with #B006EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006EE; }

 p { color: rgb(176,6,238); }

 H1.HeaderClassName
 {
   color: #B006EE;
 }
 .AnyTagClassName
 {
   color: #B006EE;
 }
</style>

background-color css

<style>
 a { background-color: #B006EE; }

 a { background-color: rgb(176,6,238); }

 div.DivClassName
 {
   background-color: #B006EE;
 }
 .BgClassName
 {
   background-color: #B006EE;
 }
</style>

border-color css

<style>
 span { border-color: #B006EE; }

 span { border-color: rgb(176,6,238); }

 td.TdClassName
 {
   border-color: #B006EE;
 }
 .TagClassName
 {
   border-color: #B006EE;
 }
</style>