Html Css Color HEX #B60E7B Medium Violet Red

📋 copy color: '#B60E7B'

red 182 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #B60E7B

Tints of Medium Violet Red #B60E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.39%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 57.05%
G = 4.39%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B60E7B (or 0xB60E7B) is known color: Medium Violet Red. HEX triplet: B6, 0E and 7B. RGB value is (182,14,123). Sum of RGB (Red+Green+Blue) = 182+14+123=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60E7B is #49F184. Grayscale: #4C4C4C. Windows color (decimal): -4845957 or 8064694. OLE color: 8064694.

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

Color convert

RGB 182 14 123 -
CMYK 0 0.92 0.32 0.29
HSL 321.07º 0.86% 0.38% -
HSV(B) 321.07º 0.92% 0.71% -
XYZ 23.02 11.69 19.78 -
YUV 76.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 182 14 123 0 0.92 0.32 0.29 321.07 0.86 0.38
Hex B6 E 7B 0 5C 20 1D 141 56 26
Octal 266 16 173 0 134 40 35 501 126 46
Binary 10110110 1110 1111011 0 1011100 100000 11101 101000001 1010110 100110

Color Harmonies of #B60E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60E7B

Black with #B60E7B

Text Example


Text Example

White with #B60E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60E7B; }

 p { color: rgb(182,14,123); }

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

background-color css

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

 a { background-color: rgb(182,14,123); }

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

border-color css

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

 span { border-color: rgb(182,14,123); }

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