Html Css Color HEX #B006FF Electric Purple

📋 copy color: '#B006FF'

red 176 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #B006FF

Tints of Electric Purple #B006FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.35%

R = 40.27%
G = 1.37%
B = 58.35%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B006FF (or 0xB006FF) is known color: Electric Purple. HEX triplet: B0, 06 and FF. RGB value is (176,6,255). Sum of RGB (Red+Green+Blue) = 176+6+255=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #B006FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B006FF is #4FF900. Grayscale: #545454. Windows color (decimal): -5241089 or 16713392. OLE color: 16713392.

HSL color Cylindrical-coordinate representation of color #B006FF: hue angle of 280.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B006FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 6 255 -
CMYK 0.31 0.98 0 0
HSL 280.96º 1% 0.51% -
HSV(B) 280.96º 0.98% 1% -
XYZ 36.02 16.58 95.91 -
YUV 85.22 223.82 192.75 -
System Red Green Blue C M Y K H S L
Decimal 176 6 255 0.31 0.98 0 0 280.96 1 0.51
Hex B0 6 FF 1F 62 0 0 119 64 33
Octal 260 6 377 37 142 0 0 431 144 63
Binary 10110000 110 11111111 11111 1100010 0 0 100011001 1100100 110011

Color Harmonies of #B006FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006FF

Black with #B006FF

Text Example


Text Example

White with #B006FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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