Html Css Color HEX #BB06FF Electric Purple

📋 copy color: '#BB06FF'

red 187 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #BB06FF

Tints of Electric Purple #BB06FF

RGB

 RED value IS 187 (73.44% from 255) = 41.74%

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

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

R = 41.74%
G = 1.34%
B = 56.92%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB06FF (or 0xBB06FF) is known color: Electric Purple. HEX triplet: BB, 06 and FF. RGB value is (187,6,255). Sum of RGB (Red+Green+Blue) = 187+6+255=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB06FF is #44F900. Grayscale: #575757. Windows color (decimal): -4520193 or 16713403. OLE color: 16713403.

HSL color Cylindrical-coordinate representation of color #BB06FF: hue angle of 283.61º 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 #BB06FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 6 255 -
CMYK 0.27 0.98 0 0
HSL 283.61º 1% 0.51% -
HSV(B) 283.61º 0.98% 1% -
XYZ 38.61 17.92 96.03 -
YUV 88.51 221.97 198.25 -
System Red Green Blue C M Y K H S L
Decimal 187 6 255 0.27 0.98 0 0 283.61 1 0.51
Hex BB 6 FF 1B 62 0 0 11C 64 33
Octal 273 6 377 33 142 0 0 434 144 63
Binary 10111011 110 11111111 11011 1100010 0 0 100011100 1100100 110011

Color Harmonies of #BB06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06FF

Black with #BB06FF

Text Example


Text Example

White with #BB06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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