Html Css Color HEX #BB0EF0 Electric Purple

📋 copy color: '#BB0EF0'

red 187 ◦ green 14 ◦ blue 240

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

Shades of Electric Purple #BB0EF0

Tints of Electric Purple #BB0EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 42.4%
G = 3.17%
B = 54.42%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB0EF0 (or 0xBB0EF0) is known color: Electric Purple. HEX triplet: BB, 0E and F0. RGB value is (187,14,240). Sum of RGB (Red+Green+Blue) = 187+14+240=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB0EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EF0 is #44F10F. Grayscale: #5A5A5A. Windows color (decimal): -4518160 or 15732411. OLE color: 15732411.

HSL color Cylindrical-coordinate representation of color #BB0EF0: hue angle of 285.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EF0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 14 240 -
CMYK 0.22 0.94 0 0.06
HSL 285.93º 0.89% 0.5% -
HSV(B) 285.93º 0.94% 0.94% -
XYZ 36.38 17.17 83.83 -
YUV 91.49 211.81 196.12 -
System Red Green Blue C M Y K H S L
Decimal 187 14 240 0.22 0.94 0 0.06 285.93 0.89 0.5
Hex BB E F0 16 5E 0 6 11E 59 32
Octal 273 16 360 26 136 0 6 436 131 62
Binary 10111011 1110 11110000 10110 1011110 0 110 100011110 1011001 110010

Color Harmonies of #BB0EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EF0

Black with #BB0EF0

Text Example


Text Example

White with #BB0EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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