Html Css Color HEX #B60675 Medium Violet Red

📋 copy color: '#B60675'

red 182 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #B60675

Tints of Medium Violet Red #B60675

RGB

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

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

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

R = 59.67%
G = 1.97%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B60675 (or 0xB60675) is known color: Medium Violet Red. HEX triplet: B6, 06 and 75. RGB value is (182,6,117). Sum of RGB (Red+Green+Blue) = 182+6+117=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B60675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60675 is #49F98A. Grayscale: #474747. Windows color (decimal): -4848011 or 7669430. OLE color: 7669430.

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

Color convert

RGB 182 6 117 -
CMYK 0 0.97 0.36 0.29
HSL 322.16º 0.94% 0.37% -
HSV(B) 322.16º 0.97% 0.71% -
XYZ 22.57 11.36 17.83 -
YUV 71.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 182 6 117 0 0.97 0.36 0.29 322.16 0.94 0.37
Hex B6 6 75 0 61 24 1D 142 5E 25
Octal 266 6 165 0 141 44 35 502 136 45
Binary 10110110 110 1110101 0 1100001 100100 11101 101000010 1011110 100101

Color Harmonies of #B60675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60675

Black with #B60675

Text Example


Text Example

White with #B60675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60675; }

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

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

background-color css

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

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

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

border-color css

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

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

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