Html Css Color HEX #BB23EE Electric Purple

📋 copy color: '#BB23EE'

red 187 ◦ green 35 ◦ blue 238

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

Shades of Electric Purple #BB23EE

Tints of Electric Purple #BB23EE

RGB

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

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

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

R = 40.65%
G = 7.61%
B = 51.74%

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

#BB23EE (or 0xBB23EE) is known color: Electric Purple. HEX triplet: BB, 23 and EE. RGB value is (187,35,238). Sum of RGB (Red+Green+Blue) = 187+35+238=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB23EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23EE is #44DC11. Grayscale: #666666. Windows color (decimal): -4512786 or 15606715. OLE color: 15606715.

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

Color convert

RGB 187 35 238 -
CMYK 0.21 0.85 0 0.07
HSL 284.93º 0.86% 0.54% -
HSV(B) 284.93º 0.85% 0.93% -
XYZ 36.53 17.94 82.43 -
YUV 103.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 187 35 238 0.21 0.85 0 0.07 284.93 0.86 0.54
Hex BB 23 EE 15 55 0 7 11D 56 36
Octal 273 43 356 25 125 0 7 435 126 66
Binary 10111011 100011 11101110 10101 1010101 0 111 100011101 1010110 110110

Color Harmonies of #BB23EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23EE

Black with #BB23EE

Text Example


Text Example

White with #BB23EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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