Html Css Color HEX #BB09F9 Electric Purple

📋 copy color: '#BB09F9'

red 187 ◦ green 9 ◦ blue 249

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

Shades of Electric Purple #BB09F9

Tints of Electric Purple #BB09F9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.02%

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

R = 42.02%
G = 2.02%
B = 55.96%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB09F9 (or 0xBB09F9) is known color: Electric Purple. HEX triplet: BB, 09 and F9. RGB value is (187,9,249). Sum of RGB (Red+Green+Blue) = 187+9+249=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB09F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09F9 is #44F606. Grayscale: #585858. Windows color (decimal): -4519431 or 16320955. OLE color: 16320955.

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

Color convert

RGB 187 9 249 -
CMYK 0.25 0.96 0 0.02
HSL 284.5º 0.95% 0.51% -
HSV(B) 284.5º 0.96% 0.98% -
XYZ 37.69 17.6 91.03 -
YUV 89.58 217.97 197.49 -
System Red Green Blue C M Y K H S L
Decimal 187 9 249 0.25 0.96 0 0.02 284.5 0.95 0.51
Hex BB 9 F9 19 60 0 2 11C 5F 33
Octal 273 11 371 31 140 0 2 434 137 63
Binary 10111011 1001 11111001 11001 1100000 0 10 100011100 1011111 110011

Color Harmonies of #BB09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09F9

Black with #BB09F9

Text Example


Text Example

White with #BB09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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