Html Css Color HEX #BB2BEE Electric Purple

📋 copy color: '#BB2BEE'

red 187 ◦ green 43 ◦ blue 238

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

Shades of Electric Purple #BB2BEE

Tints of Electric Purple #BB2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.19%

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

R = 39.96%
G = 9.19%
B = 50.85%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB2BEE (or 0xBB2BEE) is known color: Electric Purple. HEX triplet: BB, 2B and EE. RGB value is (187,43,238). Sum of RGB (Red+Green+Blue) = 187+43+238=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BEE is #44D411. Grayscale: #6B6B6B. Windows color (decimal): -4510738 or 15608763. OLE color: 15608763.

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

Color convert

RGB 187 43 238 -
CMYK 0.21 0.82 0 0.07
HSL 284.31º 0.85% 0.55% -
HSV(B) 284.31º 0.82% 0.93% -
XYZ 36.79 18.47 82.51 -
YUV 108.29 201.21 184.14 -
System Red Green Blue C M Y K H S L
Decimal 187 43 238 0.21 0.82 0 0.07 284.31 0.85 0.55
Hex BB 2B EE 15 52 0 7 11C 55 37
Octal 273 53 356 25 122 0 7 434 125 67
Binary 10111011 101011 11101110 10101 1010010 0 111 100011100 1010101 110111

Color Harmonies of #BB2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BEE

Black with #BB2BEE

Text Example


Text Example

White with #BB2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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