Html Css Color HEX #B7129D Medium Violet Red

📋 copy color: '#B7129D'

red 183 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #B7129D

Tints of Medium Violet Red #B7129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 51.12%
G = 5.03%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B7129D (or 0xB7129D) is known color: Medium Violet Red. HEX triplet: B7, 12 and 9D. RGB value is (183,18,157). Sum of RGB (Red+Green+Blue) = 183+18+157=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7129D is #48ED62. Grayscale: #525252. Windows color (decimal): -4779363 or 10293943. OLE color: 10293943.

HSL color Cylindrical-coordinate representation of color #B7129D: hue angle of 309.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7129D is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 157 -
CMYK 0 0.90 0.14 0.28
HSL 309.45º 0.82% 0.39% -
HSV(B) 309.45º 0.9% 0.72% -
XYZ 25.83 12.93 33.03 -
YUV 83.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 183 18 157 0 0.90 0.14 0.28 309.45 0.82 0.39
Hex B7 12 9D 0 5A E 1C 135 52 27
Octal 267 22 235 0 132 16 34 465 122 47
Binary 10110111 10010 10011101 0 1011010 1110 11100 100110101 1010010 100111

Color Harmonies of #B7129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7129D

Black with #B7129D

Text Example


Text Example

White with #B7129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7129D; }

 p { color: rgb(183,18,157); }

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

background-color css

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

 a { background-color: rgb(183,18,157); }

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

border-color css

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

 span { border-color: rgb(183,18,157); }

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