Html Css Color HEX #BC0D8E Medium Violet Red

📋 copy color: '#BC0D8E'

red 188 ◦ green 13 ◦ blue 142

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

Shades of Medium Violet Red #BC0D8E

Tints of Medium Violet Red #BC0D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.79%

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 54.81%
G = 3.79%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC0D8E (or 0xBC0D8E) is known color: Medium Violet Red. HEX triplet: BC, 0D and 8E. RGB value is (188,13,142). Sum of RGB (Red+Green+Blue) = 188+13+142=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0D8E is #43F271. Grayscale: #4F4F4F. Windows color (decimal): -4452978 or 9309628. OLE color: 9309628.

HSL color Cylindrical-coordinate representation of color #BC0D8E: hue angle of 315.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D8E is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 13 142 -
CMYK 0 0.93 0.24 0.26
HSL 315.77º 0.87% 0.39% -
HSV(B) 315.77º 0.93% 0.74% -
XYZ 25.77 12.93 26.73 -
YUV 80.03 162.98 205.01 -
System Red Green Blue C M Y K H S L
Decimal 188 13 142 0 0.93 0.24 0.26 315.77 0.87 0.39
Hex BC D 8E 0 5D 18 1A 13C 57 27
Octal 274 15 216 0 135 30 32 474 127 47
Binary 10111100 1101 10001110 0 1011101 11000 11010 100111100 1010111 100111

Color Harmonies of #BC0D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D8E

Black with #BC0D8E

Text Example


Text Example

White with #BC0D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D8E; }

 p { color: rgb(188,13,142); }

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

background-color css

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

 a { background-color: rgb(188,13,142); }

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

border-color css

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

 span { border-color: rgb(188,13,142); }

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