Html Css Color HEX #BB14E1 Electric Purple

📋 copy color: '#BB14E1'

red 187 ◦ green 20 ◦ blue 225

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

Shades of Electric Purple #BB14E1

Tints of Electric Purple #BB14E1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.63%

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 43.29%
G = 4.63%
B = 52.08%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB14E1 (or 0xBB14E1) is known color: Electric Purple. HEX triplet: BB, 14 and E1. RGB value is (187,20,225). Sum of RGB (Red+Green+Blue) = 187+20+225=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB14E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14E1 is #44EB1E. Grayscale: #5C5C5C. Windows color (decimal): -4516639 or 14750907. OLE color: 14750907.

HSL color Cylindrical-coordinate representation of color #BB14E1: hue angle of 288.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB14E1 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 20 225 -
CMYK 0.17 0.91 0 0.12
HSL 288.88º 0.84% 0.48% -
HSV(B) 288.88º 0.91% 0.88% -
XYZ 34.33 16.5 72.61 -
YUV 93.3 202.33 194.83 -
System Red Green Blue C M Y K H S L
Decimal 187 20 225 0.17 0.91 0 0.12 288.88 0.84 0.48
Hex BB 14 E1 11 5B 0 C 121 54 30
Octal 273 24 341 21 133 0 14 441 124 60
Binary 10111011 10100 11100001 10001 1011011 0 1100 100100001 1010100 110000

Color Harmonies of #BB14E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14E1

Black with #BB14E1

Text Example


Text Example

White with #BB14E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14E1; }

 p { color: rgb(187,20,225); }

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

background-color css

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

 a { background-color: rgb(187,20,225); }

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

border-color css

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

 span { border-color: rgb(187,20,225); }

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