Html Css Color HEX #BB23EA Electric Purple

📋 copy color: '#BB23EA'

red 187 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #BB23EA

Tints of Electric Purple #BB23EA

RGB

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

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

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

R = 41.01%
G = 7.68%
B = 51.32%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB23EA (or 0xBB23EA) is known color: Electric Purple. HEX triplet: BB, 23 and EA. RGB value is (187,35,234). Sum of RGB (Red+Green+Blue) = 187+35+234=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23EA is #44DC15. Grayscale: #666666. Windows color (decimal): -4512790 or 15344571. OLE color: 15344571.

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

Color convert

RGB 187 35 234 -
CMYK 0.20 0.85 0 0.08
HSL 285.83º 0.83% 0.53% -
HSV(B) 285.83º 0.85% 0.92% -
XYZ 35.95 17.71 79.37 -
YUV 103.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 187 35 234 0.20 0.85 0 0.08 285.83 0.83 0.53
Hex BB 23 EA 14 55 0 8 11E 53 35
Octal 273 43 352 24 125 0 10 436 123 65
Binary 10111011 100011 11101010 10100 1010101 0 1000 100011110 1010011 110101

Color Harmonies of #BB23EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23EA

Black with #BB23EA

Text Example


Text Example

White with #BB23EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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