Html Css Color HEX #BB0FFB Electric Purple

📋 copy color: '#BB0FFB'

red 187 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #BB0FFB

Tints of Electric Purple #BB0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.31%

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

R = 41.28%
G = 3.31%
B = 55.41%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB0FFB (or 0xBB0FFB) is known color: Electric Purple. HEX triplet: BB, 0F and FB. RGB value is (187,15,251). Sum of RGB (Red+Green+Blue) = 187+15+251=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFB is #44F004. Grayscale: #5C5C5C. Windows color (decimal): -4517893 or 16453563. OLE color: 16453563.

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

Color convert

RGB 187 15 251 -
CMYK 0.25 0.94 0 0.02
HSL 283.73º 0.97% 0.52% -
HSV(B) 283.73º 0.94% 0.98% -
XYZ 38.08 17.87 92.71 -
YUV 93.33 216.98 194.81 -
System Red Green Blue C M Y K H S L
Decimal 187 15 251 0.25 0.94 0 0.02 283.73 0.97 0.52
Hex BB F FB 19 5E 0 2 11C 61 34
Octal 273 17 373 31 136 0 2 434 141 64
Binary 10111011 1111 11111011 11001 1011110 0 10 100011100 1100001 110100

Color Harmonies of #BB0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FFB

Black with #BB0FFB

Text Example


Text Example

White with #BB0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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