Html Css Color HEX #BB2BED Electric Purple

📋 copy color: '#BB2BED'

red 187 ◦ green 43 ◦ blue 237

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

Shades of Electric Purple #BB2BED

Tints of Electric Purple #BB2BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 40.04%
G = 9.21%
B = 50.75%

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

#BB2BED (or 0xBB2BED) is known color: Electric Purple. HEX triplet: BB, 2B and ED. RGB value is (187,43,237). Sum of RGB (Red+Green+Blue) = 187+43+237=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BED is #44D412. Grayscale: #6B6B6B. Windows color (decimal): -4510739 or 15543227. OLE color: 15543227.

HSL color Cylindrical-coordinate representation of color #BB2BED: hue angle of 284.54º degrees, saturation: 0.84, 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 #BB2BED is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 43 237 -
CMYK 0.21 0.82 0 0.07
HSL 284.54º 0.84% 0.55% -
HSV(B) 284.54º 0.82% 0.93% -
XYZ 36.64 18.41 81.74 -
YUV 108.17 200.71 184.23 -
System Red Green Blue C M Y K H S L
Decimal 187 43 237 0.21 0.82 0 0.07 284.54 0.84 0.55
Hex BB 2B ED 15 52 0 7 11D 54 37
Octal 273 53 355 25 122 0 7 435 124 67
Binary 10111011 101011 11101101 10101 1010010 0 111 100011101 1010100 110111

Color Harmonies of #BB2BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BED

Black with #BB2BED

Text Example


Text Example

White with #BB2BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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