Html Css Color HEX #B7157D Medium Violet Red

📋 copy color: '#B7157D'

red 183 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #B7157D

Tints of Medium Violet Red #B7157D

RGB

 RED value IS 183 (71.88% from 255) = 55.62%

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 55.62%
G = 6.38%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7157D (or 0xB7157D) is known color: Medium Violet Red. HEX triplet: B7, 15 and 7D. RGB value is (183,21,125). Sum of RGB (Red+Green+Blue) = 183+21+125=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7157D is #48EA82. Grayscale: #515151. Windows color (decimal): -4778627 or 8197559. OLE color: 8197559.

HSL color Cylindrical-coordinate representation of color #B7157D: hue angle of 321.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7157D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 125 -
CMYK 0 0.89 0.32 0.28
HSL 321.48º 0.79% 0.4% -
HSV(B) 321.48º 0.89% 0.72% -
XYZ 23.5 12.08 20.5 -
YUV 81.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 183 21 125 0 0.89 0.32 0.28 321.48 0.79 0.4
Hex B7 15 7D 0 59 20 1C 141 4F 28
Octal 267 25 175 0 131 40 34 501 117 50
Binary 10110111 10101 1111101 0 1011001 100000 11100 101000001 1001111 101000

Color Harmonies of #B7157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7157D

Black with #B7157D

Text Example


Text Example

White with #B7157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7157D; }

 p { color: rgb(183,21,125); }

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

background-color css

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

 a { background-color: rgb(183,21,125); }

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

border-color css

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

 span { border-color: rgb(183,21,125); }

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