Html Css Color HEX #B7129A Medium Violet Red

📋 copy color: '#B7129A'

red 183 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #B7129A

Tints of Medium Violet Red #B7129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 51.55%
G = 5.07%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7129A (or 0xB7129A) is known color: Medium Violet Red. HEX triplet: B7, 12 and 9A. RGB value is (183,18,154). Sum of RGB (Red+Green+Blue) = 183+18+154=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7129A is #48ED65. Grayscale: #525252. Windows color (decimal): -4779366 or 10097335. OLE color: 10097335.

HSL color Cylindrical-coordinate representation of color #B7129A: hue angle of 310.55º 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 #B7129A is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 154 -
CMYK 0 0.90 0.16 0.28
HSL 310.55º 0.82% 0.39% -
HSV(B) 310.55º 0.9% 0.72% -
XYZ 25.58 12.83 31.7 -
YUV 82.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 183 18 154 0 0.90 0.16 0.28 310.55 0.82 0.39
Hex B7 12 9A 0 5A 10 1C 137 52 27
Octal 267 22 232 0 132 20 34 467 122 47
Binary 10110111 10010 10011010 0 1011010 10000 11100 100110111 1010010 100111

Color Harmonies of #B7129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7129A

Black with #B7129A

Text Example


Text Example

White with #B7129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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