Html Css Color HEX #BB18EE Electric Purple

📋 copy color: '#BB18EE'

red 187 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #BB18EE

Tints of Electric Purple #BB18EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.35%

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 41.65%
G = 5.35%
B = 53.01%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB18EE (or 0xBB18EE) is known color: Electric Purple. HEX triplet: BB, 18 and EE. RGB value is (187,24,238). Sum of RGB (Red+Green+Blue) = 187+24+238=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18EE is #44E711. Grayscale: #606060. Windows color (decimal): -4515602 or 15603899. OLE color: 15603899.

HSL color Cylindrical-coordinate representation of color #BB18EE: hue angle of 285.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB18EE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 24 238 -
CMYK 0.21 0.90 0 0.07
HSL 285.7º 0.86% 0.51% -
HSV(B) 285.7º 0.9% 0.93% -
XYZ 36.25 17.39 82.34 -
YUV 97.13 207.5 192.1 -
System Red Green Blue C M Y K H S L
Decimal 187 24 238 0.21 0.90 0 0.07 285.7 0.86 0.51
Hex BB 18 EE 15 5A 0 7 11E 56 33
Octal 273 30 356 25 132 0 7 436 126 63
Binary 10111011 11000 11101110 10101 1011010 0 111 100011110 1010110 110011

Color Harmonies of #BB18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18EE

Black with #BB18EE

Text Example


Text Example

White with #BB18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18EE; }

 p { color: rgb(187,24,238); }

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

background-color css

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

 a { background-color: rgb(187,24,238); }

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

border-color css

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

 span { border-color: rgb(187,24,238); }

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