Html Css Color HEX #BC2074 Medium Violet Red

📋 copy color: '#BC2074'

red 188 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #BC2074

Tints of Medium Violet Red #BC2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 55.95%
G = 9.52%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC2074 (or 0xBC2074) is known color: Medium Violet Red. HEX triplet: BC, 20 and 74. RGB value is (188,32,116). Sum of RGB (Red+Green+Blue) = 188+32+116=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2074 is #43DF8B. Grayscale: #585858. Windows color (decimal): -4448140 or 7610556. OLE color: 7610556.

HSL color Cylindrical-coordinate representation of color #BC2074: hue angle of 327.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2074 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 116 -
CMYK 0 0.83 0.38 0.26
HSL 327.69º 0.71% 0.43% -
HSV(B) 327.69º 0.83% 0.74% -
XYZ 24.41 12.99 17.74 -
YUV 88.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 188 32 116 0 0.83 0.38 0.26 327.69 0.71 0.43
Hex BC 20 74 0 53 26 1A 148 47 2B
Octal 274 40 164 0 123 46 32 510 107 53
Binary 10111100 100000 1110100 0 1010011 100110 11010 101001000 1000111 101011

Color Harmonies of #BC2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2074

Black with #BC2074

Text Example


Text Example

White with #BC2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2074; }

 p { color: rgb(188,32,116); }

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

background-color css

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

 a { background-color: rgb(188,32,116); }

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

border-color css

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

 span { border-color: rgb(188,32,116); }

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