Html Css Color HEX #BC04ED Electric Purple

📋 copy color: '#BC04ED'

red 188 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #BC04ED

Tints of Electric Purple #BC04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 43.82%
G = 0.93%
B = 55.24%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC04ED (or 0xBC04ED) is known color: Electric Purple. HEX triplet: BC, 04 and ED. RGB value is (188,4,237). Sum of RGB (Red+Green+Blue) = 188+4+237=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04ED is #43FB12. Grayscale: #545454. Windows color (decimal): -4455187 or 15533244. OLE color: 15533244.

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

Color convert

RGB 188 4 237 -
CMYK 0.21 0.98 0 0.07
HSL 287.38º 0.97% 0.47% -
HSV(B) 287.38º 0.98% 0.93% -
XYZ 36.07 16.89 81.48 -
YUV 85.58 213.46 201.05 -
System Red Green Blue C M Y K H S L
Decimal 188 4 237 0.21 0.98 0 0.07 287.38 0.97 0.47
Hex BC 4 ED 15 62 0 7 11F 61 2F
Octal 274 4 355 25 142 0 7 437 141 57
Binary 10111100 100 11101101 10101 1100010 0 111 100011111 1100001 101111

Color Harmonies of #BC04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04ED

Black with #BC04ED

Text Example


Text Example

White with #BC04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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