Html Css Color HEX #BB15E6 Electric Purple

📋 copy color: '#BB15E6'

red 187 ◦ green 21 ◦ blue 230

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

Shades of Electric Purple #BB15E6

Tints of Electric Purple #BB15E6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.79%

 BLUE value IS 230 (90.23% from 255) = 52.51%

R = 42.69%
G = 4.79%
B = 52.51%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB15E6 (or 0xBB15E6) is known color: Electric Purple. HEX triplet: BB, 15 and E6. RGB value is (187,21,230). Sum of RGB (Red+Green+Blue) = 187+21+230=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB15E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB15E6 is #44EA19. Grayscale: #5D5D5D. Windows color (decimal): -4516378 or 15078843. OLE color: 15078843.

HSL color Cylindrical-coordinate representation of color #BB15E6: hue angle of 287.66º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB15E6 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 21 230 -
CMYK 0.19 0.91 0 0.10
HSL 287.66º 0.83% 0.49% -
HSV(B) 287.66º 0.91% 0.9% -
XYZ 35.04 16.81 76.26 -
YUV 94.46 204.5 194.01 -
System Red Green Blue C M Y K H S L
Decimal 187 21 230 0.19 0.91 0 0.10 287.66 0.83 0.49
Hex BB 15 E6 13 5B 0 A 120 53 31
Octal 273 25 346 23 133 0 12 440 123 61
Binary 10111011 10101 11100110 10011 1011011 0 1010 100100000 1010011 110001

Color Harmonies of #BB15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15E6

Black with #BB15E6

Text Example


Text Example

White with #BB15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15E6; }

 p { color: rgb(187,21,230); }

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

background-color css

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

 a { background-color: rgb(187,21,230); }

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

border-color css

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

 span { border-color: rgb(187,21,230); }

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