Html Css Color HEX #BB0EFF Electric Purple

📋 copy color: '#BB0EFF'

red 187 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #BB0EFF

Tints of Electric Purple #BB0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 41.01%
G = 3.07%
B = 55.92%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB0EFF (or 0xBB0EFF) is known color: Electric Purple. HEX triplet: BB, 0E and FF. RGB value is (187,14,255). Sum of RGB (Red+Green+Blue) = 187+14+255=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EFF is #44F100. Grayscale: #5C5C5C. Windows color (decimal): -4518145 or 16715451. OLE color: 16715451.

HSL color Cylindrical-coordinate representation of color #BB0EFF: hue angle of 283.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0EFF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 14 255 -
CMYK 0.27 0.95 0 0
HSL 283.07º 1% 0.53% -
HSV(B) 283.07º 0.95% 1% -
XYZ 38.7 18.1 96.06 -
YUV 93.2 219.31 194.9 -
System Red Green Blue C M Y K H S L
Decimal 187 14 255 0.27 0.95 0 0 283.07 1 0.53
Hex BB E FF 1B 5F 0 0 11B 64 35
Octal 273 16 377 33 137 0 0 433 144 65
Binary 10111011 1110 11111111 11011 1011111 0 0 100011011 1100100 110101

Color Harmonies of #BB0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EFF

Black with #BB0EFF

Text Example


Text Example

White with #BB0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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