Html Css Color HEX #BB13EC Electric Purple

📋 copy color: '#BB13EC'

red 187 ◦ green 19 ◦ blue 236

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

Shades of Electric Purple #BB13EC

Tints of Electric Purple #BB13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.3%

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 42.31%
G = 4.3%
B = 53.39%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB13EC (or 0xBB13EC) is known color: Electric Purple. HEX triplet: BB, 13 and EC. RGB value is (187,19,236). Sum of RGB (Red+Green+Blue) = 187+19+236=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB13EC is #44EC13. Grayscale: #5D5D5D. Windows color (decimal): -4516884 or 15471547. OLE color: 15471547.

HSL color Cylindrical-coordinate representation of color #BB13EC: hue angle of 286.45º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB13EC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 19 236 -
CMYK 0.21 0.92 0 0.07
HSL 286.45º 0.85% 0.5% -
HSV(B) 286.45º 0.92% 0.93% -
XYZ 35.87 17.09 80.76 -
YUV 93.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 187 19 236 0.21 0.92 0 0.07 286.45 0.85 0.5
Hex BB 13 EC 15 5C 0 7 11E 55 32
Octal 273 23 354 25 134 0 7 436 125 62
Binary 10111011 10011 11101100 10101 1011100 0 111 100011110 1010101 110010

Color Harmonies of #BB13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13EC

Black with #BB13EC

Text Example


Text Example

White with #BB13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13EC; }

 p { color: rgb(187,19,236); }

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

background-color css

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

 a { background-color: rgb(187,19,236); }

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

border-color css

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

 span { border-color: rgb(187,19,236); }

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