Html Css Color HEX #B7127B Medium Violet Red

📋 copy color: '#B7127B'

red 183 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #B7127B

Tints of Medium Violet Red #B7127B

RGB

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

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

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

R = 56.48%
G = 5.56%
B = 37.96%

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

#B7127B (or 0xB7127B) is known color: Medium Violet Red. HEX triplet: B7, 12 and 7B. RGB value is (183,18,123). Sum of RGB (Red+Green+Blue) = 183+18+123=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7127B is #48ED84. Grayscale: #4F4F4F. Windows color (decimal): -4779397 or 8065719. OLE color: 8065719.

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

Color convert

RGB 183 18 123 -
CMYK 0 0.90 0.33 0.28
HSL 321.82º 0.82% 0.39% -
HSV(B) 321.82º 0.9% 0.72% -
XYZ 23.32 11.93 19.81 -
YUV 79.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 183 18 123 0 0.90 0.33 0.28 321.82 0.82 0.39
Hex B7 12 7B 0 5A 21 1C 142 52 27
Octal 267 22 173 0 132 41 34 502 122 47
Binary 10110111 10010 1111011 0 1011010 100001 11100 101000010 1010010 100111

Color Harmonies of #B7127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7127B

Black with #B7127B

Text Example


Text Example

White with #B7127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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