Html Css Color HEX #BC0674 Medium Violet Red

📋 copy color: '#BC0674'

red 188 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #BC0674

Tints of Medium Violet Red #BC0674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 60.65%
G = 1.94%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC0674 (or 0xBC0674) is known color: Medium Violet Red. HEX triplet: BC, 06 and 74. RGB value is (188,6,116). Sum of RGB (Red+Green+Blue) = 188+6+116=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0674 is #43F98B. Grayscale: #484848. Windows color (decimal): -4454796 or 7603900. OLE color: 7603900.

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

Color convert

RGB 188 6 116 -
CMYK 0 0.97 0.38 0.26
HSL 323.74º 0.94% 0.38% -
HSV(B) 323.74º 0.97% 0.74% -
XYZ 23.96 12.08 17.59 -
YUV 72.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 188 6 116 0 0.97 0.38 0.26 323.74 0.94 0.38
Hex BC 6 74 0 61 26 1A 144 5E 26
Octal 274 6 164 0 141 46 32 504 136 46
Binary 10111100 110 1110100 0 1100001 100110 11010 101000100 1011110 100110

Color Harmonies of #BC0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0674

Black with #BC0674

Text Example


Text Example

White with #BC0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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