Html Css Color HEX #BB0EFB Electric Purple

📋 copy color: '#BB0EFB'

red 187 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #BB0EFB

Tints of Electric Purple #BB0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.1%

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

R = 41.37%
G = 3.1%
B = 55.53%

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

#BB0EFB (or 0xBB0EFB) is known color: Electric Purple. HEX triplet: BB, 0E and FB. RGB value is (187,14,251). Sum of RGB (Red+Green+Blue) = 187+14+251=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB0EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EFB is #44F104. Grayscale: #5B5B5B. Windows color (decimal): -4518149 or 16453307. OLE color: 16453307.

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

Color convert

RGB 187 14 251 -
CMYK 0.25 0.94 0 0.02
HSL 283.8º 0.97% 0.52% -
HSV(B) 283.8º 0.94% 0.98% -
XYZ 38.06 17.84 92.7 -
YUV 92.75 217.31 195.23 -
System Red Green Blue C M Y K H S L
Decimal 187 14 251 0.25 0.94 0 0.02 283.8 0.97 0.52
Hex BB E FB 19 5E 0 2 11C 61 34
Octal 273 16 373 31 136 0 2 434 141 64
Binary 10111011 1110 11111011 11001 1011110 0 10 100011100 1100001 110100

Color Harmonies of #BB0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EFB

Black with #BB0EFB

Text Example


Text Example

White with #BB0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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