Html Css Color HEX #BB0CF9 Electric Purple

📋 copy color: '#BB0CF9'

red 187 ◦ green 12 ◦ blue 249

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

Shades of Electric Purple #BB0CF9

Tints of Electric Purple #BB0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

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

R = 41.74%
G = 2.68%
B = 55.58%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB0CF9 (or 0xBB0CF9) is known color: Electric Purple. HEX triplet: BB, 0C and F9. RGB value is (187,12,249). Sum of RGB (Red+Green+Blue) = 187+12+249=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB0CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CF9 is #44F306. Grayscale: #5A5A5A. Windows color (decimal): -4518663 or 16321723. OLE color: 16321723.

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

Color convert

RGB 187 12 249 -
CMYK 0.25 0.95 0 0.02
HSL 284.3º 0.95% 0.51% -
HSV(B) 284.3º 0.95% 0.98% -
XYZ 37.72 17.67 91.04 -
YUV 91.34 216.98 196.23 -
System Red Green Blue C M Y K H S L
Decimal 187 12 249 0.25 0.95 0 0.02 284.3 0.95 0.51
Hex BB C F9 19 5F 0 2 11C 5F 33
Octal 273 14 371 31 137 0 2 434 137 63
Binary 10111011 1100 11111001 11001 1011111 0 10 100011100 1011111 110011

Color Harmonies of #BB0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0CF9

Black with #BB0CF9

Text Example


Text Example

White with #BB0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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