Html Css Color HEX #BB09EF Electric Purple

📋 copy color: '#BB09EF'

red 187 ◦ green 9 ◦ blue 239

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

Shades of Electric Purple #BB09EF

Tints of Electric Purple #BB09EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 42.99%
G = 2.07%
B = 54.94%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB09EF (or 0xBB09EF) is known color: Electric Purple. HEX triplet: BB, 09 and EF. RGB value is (187,9,239). Sum of RGB (Red+Green+Blue) = 187+9+239=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09EF is #44F610. Grayscale: #575757. Windows color (decimal): -4519441 or 15665595. OLE color: 15665595.

HSL color Cylindrical-coordinate representation of color #BB09EF: hue angle of 286.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB09EF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 9 239 -
CMYK 0.22 0.96 0 0.06
HSL 286.43º 0.93% 0.49% -
HSV(B) 286.43º 0.96% 0.94% -
XYZ 36.17 16.99 83.03 -
YUV 88.44 212.97 198.3 -
System Red Green Blue C M Y K H S L
Decimal 187 9 239 0.22 0.96 0 0.06 286.43 0.93 0.49
Hex BB 9 EF 16 60 0 6 11E 5D 31
Octal 273 11 357 26 140 0 6 436 135 61
Binary 10111011 1001 11101111 10110 1100000 0 110 100011110 1011101 110001

Color Harmonies of #BB09EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09EF

Black with #BB09EF

Text Example


Text Example

White with #BB09EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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