Html Css Color HEX #B60775 Medium Violet Red

📋 copy color: '#B60775'

red 182 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #B60775

Tints of Medium Violet Red #B60775

RGB

 RED value IS 182 (71.48% from 255) = 59.48%

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 59.48%
G = 2.29%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B60775 (or 0xB60775) is known color: Medium Violet Red. HEX triplet: B6, 07 and 75. RGB value is (182,7,117). Sum of RGB (Red+Green+Blue) = 182+7+117=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B60775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60775 is #49F88A. Grayscale: #474747. Windows color (decimal): -4847755 or 7669686. OLE color: 7669686.

HSL color Cylindrical-coordinate representation of color #B60775: hue angle of 322.29º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60775 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 117 -
CMYK 0 0.96 0.36 0.29
HSL 322.29º 0.93% 0.37% -
HSV(B) 322.29º 0.96% 0.71% -
XYZ 22.58 11.38 17.84 -
YUV 71.87 153.48 206.56 -
System Red Green Blue C M Y K H S L
Decimal 182 7 117 0 0.96 0.36 0.29 322.29 0.93 0.37
Hex B6 7 75 0 60 24 1D 142 5D 25
Octal 266 7 165 0 140 44 35 502 135 45
Binary 10110110 111 1110101 0 1100000 100100 11101 101000010 1011101 100101

Color Harmonies of #B60775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60775

Black with #B60775

Text Example


Text Example

White with #B60775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60775; }

 p { color: rgb(182,7,117); }

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

background-color css

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

 a { background-color: rgb(182,7,117); }

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

border-color css

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

 span { border-color: rgb(182,7,117); }

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