Html Css Color HEX #BB23ED Electric Purple

📋 copy color: '#BB23ED'

red 187 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #BB23ED

Tints of Electric Purple #BB23ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.63%

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

R = 40.74%
G = 7.63%
B = 51.63%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB23ED (or 0xBB23ED) is known color: Electric Purple. HEX triplet: BB, 23 and ED. RGB value is (187,35,237). Sum of RGB (Red+Green+Blue) = 187+35+237=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23ED is #44DC12. Grayscale: #666666. Windows color (decimal): -4512787 or 15541179. OLE color: 15541179.

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

Color convert

RGB 187 35 237 -
CMYK 0.21 0.85 0 0.07
HSL 285.15º 0.85% 0.53% -
HSV(B) 285.15º 0.85% 0.93% -
XYZ 36.38 17.88 81.65 -
YUV 103.48 203.36 187.57 -
System Red Green Blue C M Y K H S L
Decimal 187 35 237 0.21 0.85 0 0.07 285.15 0.85 0.53
Hex BB 23 ED 15 55 0 7 11D 55 35
Octal 273 43 355 25 125 0 7 435 125 65
Binary 10111011 100011 11101101 10101 1010101 0 111 100011101 1010101 110101

Color Harmonies of #BB23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23ED

Black with #BB23ED

Text Example


Text Example

White with #BB23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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