Html Css Color HEX #BB0BEF Electric Purple

📋 copy color: '#BB0BEF'

red 187 ◦ green 11 ◦ blue 239

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

Shades of Electric Purple #BB0BEF

Tints of Electric Purple #BB0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 42.79%
G = 2.52%
B = 54.69%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB0BEF (or 0xBB0BEF) is known color: Electric Purple. HEX triplet: BB, 0B and EF. RGB value is (187,11,239). Sum of RGB (Red+Green+Blue) = 187+11+239=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BEF is #44F410. Grayscale: #585858. Windows color (decimal): -4518929 or 15666107. OLE color: 15666107.

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

Color convert

RGB 187 11 239 -
CMYK 0.22 0.95 0 0.06
HSL 286.32º 0.91% 0.49% -
HSV(B) 286.32º 0.95% 0.94% -
XYZ 36.19 17.04 83.04 -
YUV 89.62 212.31 197.46 -
System Red Green Blue C M Y K H S L
Decimal 187 11 239 0.22 0.95 0 0.06 286.32 0.91 0.49
Hex BB B EF 16 5F 0 6 11E 5B 31
Octal 273 13 357 26 137 0 6 436 133 61
Binary 10111011 1011 11101111 10110 1011111 0 110 100011110 1011011 110001

Color Harmonies of #BB0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BEF

Black with #BB0BEF

Text Example


Text Example

White with #BB0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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