Html Css Color HEX #B6137B Medium Violet Red

📋 copy color: '#B6137B'

red 182 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #B6137B

Tints of Medium Violet Red #B6137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

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

R = 56.17%
G = 5.86%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6137B (or 0xB6137B) is known color: Medium Violet Red. HEX triplet: B6, 13 and 7B. RGB value is (182,19,123). Sum of RGB (Red+Green+Blue) = 182+19+123=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6137B is #49EC84. Grayscale: #4F4F4F. Windows color (decimal): -4844677 or 8065974. OLE color: 8065974.

HSL color Cylindrical-coordinate representation of color #B6137B: hue angle of 321.72º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6137B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 123 -
CMYK 0 0.90 0.32 0.29
HSL 321.72º 0.81% 0.39% -
HSV(B) 321.72º 0.9% 0.71% -
XYZ 23.1 11.84 19.81 -
YUV 79.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 182 19 123 0 0.90 0.32 0.29 321.72 0.81 0.39
Hex B6 13 7B 0 5A 20 1D 142 51 27
Octal 266 23 173 0 132 40 35 502 121 47
Binary 10110110 10011 1111011 0 1011010 100000 11101 101000010 1010001 100111

Color Harmonies of #B6137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6137B

Black with #B6137B

Text Example


Text Example

White with #B6137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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