Html Css Color HEX #BB06F9 Electric Purple

📋 copy color: '#BB06F9'

red 187 ◦ green 6 ◦ blue 249

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

Shades of Electric Purple #BB06F9

Tints of Electric Purple #BB06F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 42.31%
G = 1.36%
B = 56.33%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB06F9 (or 0xBB06F9) is known color: Electric Purple. HEX triplet: BB, 06 and F9. RGB value is (187,6,249). Sum of RGB (Red+Green+Blue) = 187+6+249=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB06F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB06F9 is #44F906. Grayscale: #575757. Windows color (decimal): -4520199 or 16320187. OLE color: 16320187.

HSL color Cylindrical-coordinate representation of color #BB06F9: hue angle of 284.69º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB06F9 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 6 249 -
CMYK 0.25 0.98 0 0.02
HSL 284.69º 0.95% 0.5% -
HSV(B) 284.69º 0.98% 0.98% -
XYZ 37.66 17.53 91.02 -
YUV 87.82 218.97 198.74 -
System Red Green Blue C M Y K H S L
Decimal 187 6 249 0.25 0.98 0 0.02 284.69 0.95 0.5
Hex BB 6 F9 19 62 0 2 11D 5F 32
Octal 273 6 371 31 142 0 2 435 137 62
Binary 10111011 110 11111001 11001 1100010 0 10 100011101 1011111 110010

Color Harmonies of #BB06F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06F9

Black with #BB06F9

Text Example


Text Example

White with #BB06F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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