Html Css Color HEX #BC126D Medium Violet Red

📋 copy color: '#BC126D'

red 188 ◦ green 18 ◦ blue 109

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

Shades of Medium Violet Red #BC126D

Tints of Medium Violet Red #BC126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 59.68%
G = 5.71%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC126D (or 0xBC126D) is known color: Medium Violet Red. HEX triplet: BC, 12 and 6D. RGB value is (188,18,109). Sum of RGB (Red+Green+Blue) = 188+18+109=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC126D is #43ED92. Grayscale: #4F4F4F. Windows color (decimal): -4451731 or 7148220. OLE color: 7148220.

HSL color Cylindrical-coordinate representation of color #BC126D: hue angle of 327.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC126D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 109 -
CMYK 0 0.90 0.42 0.26
HSL 327.88º 0.83% 0.4% -
HSV(B) 327.88º 0.9% 0.74% -
XYZ 23.72 12.23 15.58 -
YUV 79.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 188 18 109 0 0.90 0.42 0.26 327.88 0.83 0.4
Hex BC 12 6D 0 5A 2A 1A 148 53 28
Octal 274 22 155 0 132 52 32 510 123 50
Binary 10111100 10010 1101101 0 1011010 101010 11010 101001000 1010011 101000

Color Harmonies of #BC126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC126D

Black with #BC126D

Text Example


Text Example

White with #BC126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC126D; }

 p { color: rgb(188,18,109); }

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

background-color css

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

 a { background-color: rgb(188,18,109); }

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

border-color css

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

 span { border-color: rgb(188,18,109); }

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