Html Css Color HEX #BB09FF Electric Purple

📋 copy color: '#BB09FF'

red 187 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #BB09FF

Tints of Electric Purple #BB09FF

RGB

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

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

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

R = 41.46%
G = 2%
B = 56.54%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB09FF (or 0xBB09FF) is known color: Electric Purple. HEX triplet: BB, 09 and FF. RGB value is (187,9,255). Sum of RGB (Red+Green+Blue) = 187+9+255=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09FF is #44F600. Grayscale: #595959. Windows color (decimal): -4519425 or 16714171. OLE color: 16714171.

HSL color Cylindrical-coordinate representation of color #BB09FF: hue angle of 283.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB09FF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 9 255 -
CMYK 0.27 0.96 0 0
HSL 283.41º 1% 0.52% -
HSV(B) 283.41º 0.96% 1% -
XYZ 38.64 17.98 96.04 -
YUV 90.27 220.97 197 -
System Red Green Blue C M Y K H S L
Decimal 187 9 255 0.27 0.96 0 0 283.41 1 0.52
Hex BB 9 FF 1B 60 0 0 11B 64 34
Octal 273 11 377 33 140 0 0 433 144 64
Binary 10111011 1001 11111111 11011 1100000 0 0 100011011 1100100 110100

Color Harmonies of #BB09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09FF

Black with #BB09FF

Text Example


Text Example

White with #BB09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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