Html Css Color HEX #B60C7E Medium Violet Red

📋 copy color: '#B60C7E'

red 182 ◦ green 12 ◦ blue 126

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

Shades of Medium Violet Red #B60C7E

Tints of Medium Violet Red #B60C7E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 56.88%
G = 3.75%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B60C7E (or 0xB60C7E) is known color: Medium Violet Red. HEX triplet: B6, 0C and 7E. RGB value is (182,12,126). Sum of RGB (Red+Green+Blue) = 182+12+126=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C7E is #49F381. Grayscale: #4B4B4B. Windows color (decimal): -4846466 or 8260790. OLE color: 8260790.

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

Color convert

RGB 182 12 126 -
CMYK 0 0.93 0.31 0.29
HSL 319.76º 0.88% 0.38% -
HSV(B) 319.76º 0.93% 0.71% -
XYZ 23.19 11.71 20.78 -
YUV 75.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 182 12 126 0 0.93 0.31 0.29 319.76 0.88 0.38
Hex B6 C 7E 0 5D 1F 1D 140 58 26
Octal 266 14 176 0 135 37 35 500 130 46
Binary 10110110 1100 1111110 0 1011101 11111 11101 101000000 1011000 100110

Color Harmonies of #B60C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C7E

Black with #B60C7E

Text Example


Text Example

White with #B60C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C7E; }

 p { color: rgb(182,12,126); }

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

background-color css

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

 a { background-color: rgb(182,12,126); }

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

border-color css

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

 span { border-color: rgb(182,12,126); }

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