Html Css Color HEX #BC04E6 Electric Purple

📋 copy color: '#BC04E6'

red 188 ◦ green 4 ◦ blue 230

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

Shades of Electric Purple #BC04E6

Tints of Electric Purple #BC04E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 44.55%
G = 0.95%
B = 54.5%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC04E6 (or 0xBC04E6) is known color: Electric Purple. HEX triplet: BC, 04 and E6. RGB value is (188,4,230). Sum of RGB (Red+Green+Blue) = 188+4+230=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC04E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04E6 is #43FB19. Grayscale: #545454. Windows color (decimal): -4455194 or 15074492. OLE color: 15074492.

HSL color Cylindrical-coordinate representation of color #BC04E6: hue angle of 288.85º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04E6 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 4 230 -
CMYK 0.18 0.98 0 0.10
HSL 288.85º 0.97% 0.46% -
HSV(B) 288.85º 0.98% 0.9% -
XYZ 35.07 16.49 76.2 -
YUV 84.78 209.96 201.62 -
System Red Green Blue C M Y K H S L
Decimal 188 4 230 0.18 0.98 0 0.10 288.85 0.97 0.46
Hex BC 4 E6 12 62 0 A 121 61 2E
Octal 274 4 346 22 142 0 12 441 141 56
Binary 10111100 100 11100110 10010 1100010 0 1010 100100001 1100001 101110

Color Harmonies of #BC04E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04E6

Black with #BC04E6

Text Example


Text Example

White with #BC04E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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