Html Css Color HEX #BB0BFB Electric Purple

📋 copy color: '#BB0BFB'

red 187 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #BB0BFB

Tints of Electric Purple #BB0BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.45%

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 41.65%
G = 2.45%
B = 55.9%

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

#BB0BFB (or 0xBB0BFB) is known color: Electric Purple. HEX triplet: BB, 0B and FB. RGB value is (187,11,251). Sum of RGB (Red+Green+Blue) = 187+11+251=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB0BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BFB is #44F404. Grayscale: #5A5A5A. Windows color (decimal): -4518917 or 16452539. OLE color: 16452539.

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

Color convert

RGB 187 11 251 -
CMYK 0.25 0.96 0 0.02
HSL 284º 0.97% 0.51% -
HSV(B) 284º 0.96% 0.98% -
XYZ 38.03 17.77 92.69 -
YUV 90.98 218.31 196.49 -
System Red Green Blue C M Y K H S L
Decimal 187 11 251 0.25 0.96 0 0.02 284 0.97 0.51
Hex BB B FB 19 60 0 2 11C 61 33
Octal 273 13 373 31 140 0 2 434 141 63
Binary 10111011 1011 11111011 11001 1100000 0 10 100011100 1100001 110011

Color Harmonies of #BB0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BFB

Black with #BB0BFB

Text Example


Text Example

White with #BB0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BFB; }

 p { color: rgb(187,11,251); }

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

background-color css

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

 a { background-color: rgb(187,11,251); }

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

border-color css

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

 span { border-color: rgb(187,11,251); }

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