Html Css Color HEX #BC0CE6 Electric Purple

📋 copy color: '#BC0CE6'

red 188 ◦ green 12 ◦ blue 230

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

Shades of Electric Purple #BC0CE6

Tints of Electric Purple #BC0CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.79%

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

R = 43.72%
G = 2.79%
B = 53.49%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC0CE6 (or 0xBC0CE6) is known color: Electric Purple. HEX triplet: BC, 0C and E6. RGB value is (188,12,230). Sum of RGB (Red+Green+Blue) = 188+12+230=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC0CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CE6 is #43F319. Grayscale: #585858. Windows color (decimal): -4453146 or 15076540. OLE color: 15076540.

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

Color convert

RGB 188 12 230 -
CMYK 0.18 0.95 0 0.10
HSL 288.44º 0.9% 0.47% -
HSV(B) 288.44º 0.95% 0.9% -
XYZ 35.15 16.67 76.23 -
YUV 89.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 188 12 230 0.18 0.95 0 0.10 288.44 0.9 0.47
Hex BC C E6 12 5F 0 A 120 5A 2F
Octal 274 14 346 22 137 0 12 440 132 57
Binary 10111100 1100 11100110 10010 1011111 0 1010 100100000 1011010 101111

Color Harmonies of #BC0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CE6

Black with #BC0CE6

Text Example


Text Example

White with #BC0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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