Html Css Color HEX #BB23EF Electric Purple

📋 copy color: '#BB23EF'

red 187 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #BB23EF

Tints of Electric Purple #BB23EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 40.56%
G = 7.59%
B = 51.84%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB23EF (or 0xBB23EF) is known color: Electric Purple. HEX triplet: BB, 23 and EF. RGB value is (187,35,239). Sum of RGB (Red+Green+Blue) = 187+35+239=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB23EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23EF is #44DC10. Grayscale: #676767. Windows color (decimal): -4512785 or 15672251. OLE color: 15672251.

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

Color convert

RGB 187 35 239 -
CMYK 0.22 0.85 0 0.06
HSL 284.71º 0.86% 0.54% -
HSV(B) 284.71º 0.85% 0.94% -
XYZ 36.67 18 83.2 -
YUV 103.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 187 35 239 0.22 0.85 0 0.06 284.71 0.86 0.54
Hex BB 23 EF 16 55 0 6 11D 56 36
Octal 273 43 357 26 125 0 6 435 126 66
Binary 10111011 100011 11101111 10110 1010101 0 110 100011101 1010110 110110

Color Harmonies of #BB23EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23EF

Black with #BB23EF

Text Example


Text Example

White with #BB23EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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