Html Css Color HEX #BC08E4 Electric Purple

📋 copy color: '#BC08E4'

red 188 ◦ green 8 ◦ blue 228

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

Shades of Electric Purple #BC08E4

Tints of Electric Purple #BC08E4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

 BLUE value IS 228 (89.45% from 255) = 53.77%

R = 44.34%
G = 1.89%
B = 53.77%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC08E4 (or 0xBC08E4) is known color: Electric Purple. HEX triplet: BC, 08 and E4. RGB value is (188,8,228). Sum of RGB (Red+Green+Blue) = 188+8+228=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC08E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08E4 is #43F71B. Grayscale: #565656. Windows color (decimal): -4454172 or 14944444. OLE color: 14944444.

HSL color Cylindrical-coordinate representation of color #BC08E4: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08E4 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 8 228 -
CMYK 0.18 0.96 0 0.11
HSL 289.09º 0.93% 0.46% -
HSV(B) 289.09º 0.96% 0.89% -
XYZ 34.83 16.47 74.74 -
YUV 86.9 207.63 200.11 -
System Red Green Blue C M Y K H S L
Decimal 188 8 228 0.18 0.96 0 0.11 289.09 0.93 0.46
Hex BC 8 E4 12 60 0 B 121 5D 2E
Octal 274 10 344 22 140 0 13 441 135 56
Binary 10111100 1000 11100100 10010 1100000 0 1011 100100001 1011101 101110

Color Harmonies of #BC08E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08E4

Black with #BC08E4

Text Example


Text Example

White with #BC08E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08E4; }

 p { color: rgb(188,8,228); }

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

background-color css

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

 a { background-color: rgb(188,8,228); }

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

border-color css

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

 span { border-color: rgb(188,8,228); }

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