Html Css Color HEX #BC23ED Electric Purple

📋 copy color: '#BC23ED'

red 188 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #BC23ED

Tints of Electric Purple #BC23ED

RGB

 RED value IS 188 (73.83% from 255) = 40.87%

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

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

R = 40.87%
G = 7.61%
B = 51.52%

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

#BC23ED (or 0xBC23ED) is known color: Electric Purple. HEX triplet: BC, 23 and ED. RGB value is (188,35,237). Sum of RGB (Red+Green+Blue) = 188+35+237=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC23ED is #43DC12. Grayscale: #676767. Windows color (decimal): -4447251 or 15541180. OLE color: 15541180.

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

Color convert

RGB 188 35 237 -
CMYK 0.21 0.85 0 0.07
HSL 285.45º 0.85% 0.53% -
HSV(B) 285.45º 0.85% 0.93% -
XYZ 36.63 18.01 81.67 -
YUV 103.78 203.19 188.07 -
System Red Green Blue C M Y K H S L
Decimal 188 35 237 0.21 0.85 0 0.07 285.45 0.85 0.53
Hex BC 23 ED 15 55 0 7 11D 55 35
Octal 274 43 355 25 125 0 7 435 125 65
Binary 10111100 100011 11101101 10101 1010101 0 111 100011101 1010101 110101

Color Harmonies of #BC23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23ED

Black with #BC23ED

Text Example


Text Example

White with #BC23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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