Html Css Color HEX #B6157B Medium Violet Red

📋 copy color: '#B6157B'

red 182 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #B6157B

Tints of Medium Violet Red #B6157B

RGB

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

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

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

R = 55.83%
G = 6.44%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6157B (or 0xB6157B) is known color: Medium Violet Red. HEX triplet: B6, 15 and 7B. RGB value is (182,21,123). Sum of RGB (Red+Green+Blue) = 182+21+123=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6157B is #49EA84. Grayscale: #505050. Windows color (decimal): -4844165 or 8066486. OLE color: 8066486.

HSL color Cylindrical-coordinate representation of color #B6157B: hue angle of 321.99º 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 #B6157B is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 123 -
CMYK 0 0.88 0.32 0.29
HSL 321.99º 0.79% 0.4% -
HSV(B) 321.99º 0.88% 0.71% -
XYZ 23.13 11.91 19.82 -
YUV 80.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 182 21 123 0 0.88 0.32 0.29 321.99 0.79 0.4
Hex B6 15 7B 0 58 20 1D 142 4F 28
Octal 266 25 173 0 130 40 35 502 117 50
Binary 10110110 10101 1111011 0 1011000 100000 11101 101000010 1001111 101000

Color Harmonies of #B6157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6157B

Black with #B6157B

Text Example


Text Example

White with #B6157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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