Html Css Color HEX #BB06FC Electric Purple

📋 copy color: '#BB06FC'

red 187 ◦ green 6 ◦ blue 252

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

Shades of Electric Purple #BB06FC

Tints of Electric Purple #BB06FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 42.02%
G = 1.35%
B = 56.63%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB06FC (or 0xBB06FC) is known color: Electric Purple. HEX triplet: BB, 06 and FC. RGB value is (187,6,252). Sum of RGB (Red+Green+Blue) = 187+6+252=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB06FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB06FC is #44F903. Grayscale: #575757. Windows color (decimal): -4520196 or 16516795. OLE color: 16516795.

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

Color convert

RGB 187 6 252 -
CMYK 0.26 0.98 0 0.01
HSL 284.15º 0.98% 0.51% -
HSV(B) 284.15º 0.98% 0.99% -
XYZ 38.13 17.72 93.51 -
YUV 88.16 220.47 198.5 -
System Red Green Blue C M Y K H S L
Decimal 187 6 252 0.26 0.98 0 0.01 284.15 0.98 0.51
Hex BB 6 FC 1A 62 0 1 11C 62 33
Octal 273 6 374 32 142 0 1 434 142 63
Binary 10111011 110 11111100 11010 1100010 0 1 100011100 1100010 110011

Color Harmonies of #BB06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06FC

Black with #BB06FC

Text Example


Text Example

White with #BB06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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