Html Css Color HEX #BB13EA Electric Purple

📋 copy color: '#BB13EA'

red 187 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #BB13EA

Tints of Electric Purple #BB13EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 42.5%
G = 4.32%
B = 53.18%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB13EA (or 0xBB13EA) is known color: Electric Purple. HEX triplet: BB, 13 and EA. RGB value is (187,19,234). Sum of RGB (Red+Green+Blue) = 187+19+234=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB13EA is #44EC15. Grayscale: #5D5D5D. Windows color (decimal): -4516886 or 15340475. OLE color: 15340475.

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

Color convert

RGB 187 19 234 -
CMYK 0.20 0.92 0 0.08
HSL 286.88º 0.85% 0.5% -
HSV(B) 286.88º 0.92% 0.92% -
XYZ 35.58 16.97 79.24 -
YUV 93.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 187 19 234 0.20 0.92 0 0.08 286.88 0.85 0.5
Hex BB 13 EA 14 5C 0 8 11F 55 32
Octal 273 23 352 24 134 0 10 437 125 62
Binary 10111011 10011 11101010 10100 1011100 0 1000 100011111 1010101 110010

Color Harmonies of #BB13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13EA

Black with #BB13EA

Text Example


Text Example

White with #BB13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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