Html Css Color HEX #BB09FA Electric Purple

📋 copy color: '#BB09FA'

red 187 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #BB09FA

Tints of Electric Purple #BB09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 41.93%
G = 2.02%
B = 56.05%

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

#BB09FA (or 0xBB09FA) is known color: Electric Purple. HEX triplet: BB, 09 and FA. RGB value is (187,9,250). Sum of RGB (Red+Green+Blue) = 187+9+250=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB09FA is #44F605. Grayscale: #585858. Windows color (decimal): -4519430 or 16386491. OLE color: 16386491.

HSL color Cylindrical-coordinate representation of color #BB09FA: hue angle of 284.32º degrees, saturation: 0.96, 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 #BB09FA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 9 250 -
CMYK 0.25 0.96 0 0.02
HSL 284.32º 0.96% 0.51% -
HSV(B) 284.32º 0.96% 0.98% -
XYZ 37.85 17.66 91.86 -
YUV 89.7 218.47 197.4 -
System Red Green Blue C M Y K H S L
Decimal 187 9 250 0.25 0.96 0 0.02 284.32 0.96 0.51
Hex BB 9 FA 19 60 0 2 11C 60 33
Octal 273 11 372 31 140 0 2 434 140 63
Binary 10111011 1001 11111010 11001 1100000 0 10 100011100 1100000 110011

Color Harmonies of #BB09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09FA

Black with #BB09FA

Text Example


Text Example

White with #BB09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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