Html Css Color HEX #B6157A Medium Violet Red

📋 copy color: '#B6157A'

red 182 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #B6157A

Tints of Medium Violet Red #B6157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.46%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 56%
G = 6.46%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6157A (or 0xB6157A) is known color: Medium Violet Red. HEX triplet: B6, 15 and 7A. RGB value is (182,21,122). Sum of RGB (Red+Green+Blue) = 182+21+122=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6157A is #49EA85. Grayscale: #505050. Windows color (decimal): -4844166 or 8000950. OLE color: 8000950.

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

Color convert

RGB 182 21 122 -
CMYK 0 0.88 0.33 0.29
HSL 322.36º 0.79% 0.4% -
HSV(B) 322.36º 0.88% 0.71% -
XYZ 23.07 11.89 19.49 -
YUV 80.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 182 21 122 0 0.88 0.33 0.29 322.36 0.79 0.4
Hex B6 15 7A 0 58 21 1D 142 4F 28
Octal 266 25 172 0 130 41 35 502 117 50
Binary 10110110 10101 1111010 0 1011000 100001 11101 101000010 1001111 101000

Color Harmonies of #B6157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6157A

Black with #B6157A

Text Example


Text Example

White with #B6157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6157A; }

 p { color: rgb(182,21,122); }

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

background-color css

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

 a { background-color: rgb(182,21,122); }

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

border-color css

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

 span { border-color: rgb(182,21,122); }

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