Html Css Color HEX #B7127A Medium Violet Red

📋 copy color: '#B7127A'

red 183 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #B7127A

Tints of Medium Violet Red #B7127A

RGB

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

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

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

R = 56.66%
G = 5.57%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7127A (or 0xB7127A) is known color: Medium Violet Red. HEX triplet: B7, 12 and 7A. RGB value is (183,18,122). Sum of RGB (Red+Green+Blue) = 183+18+122=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7127A is #48ED85. Grayscale: #4E4E4E. Windows color (decimal): -4779398 or 8000183. OLE color: 8000183.

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

Color convert

RGB 183 18 122 -
CMYK 0 0.90 0.33 0.28
HSL 322.18º 0.82% 0.39% -
HSV(B) 322.18º 0.9% 0.72% -
XYZ 23.26 11.91 19.48 -
YUV 79.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 183 18 122 0 0.90 0.33 0.28 322.18 0.82 0.39
Hex B7 12 7A 0 5A 21 1C 142 52 27
Octal 267 22 172 0 132 41 34 502 122 47
Binary 10110111 10010 1111010 0 1011010 100001 11100 101000010 1010010 100111

Color Harmonies of #B7127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7127A

Black with #B7127A

Text Example


Text Example

White with #B7127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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