Html Css Color HEX #B7327F Medium Red Violet

📋 copy color: '#B7327F'

red 183 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #B7327F

Tints of Medium Red Violet #B7327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 50.83%
G = 13.89%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7327F (or 0xB7327F) is known color: Medium Red Violet. HEX triplet: B7, 32 and 7F. RGB value is (183,50,127). Sum of RGB (Red+Green+Blue) = 183+50+127=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7327F is #48CD80. Grayscale: #626262. Windows color (decimal): -4771201 or 8336055. OLE color: 8336055.

HSL color Cylindrical-coordinate representation of color #B7327F: hue angle of 325.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7327F is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 127 -
CMYK 0 0.73 0.31 0.28
HSL 325.26º 0.57% 0.46% -
HSV(B) 325.26º 0.73% 0.72% -
XYZ 24.5 13.88 21.47 -
YUV 98.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 183 50 127 0 0.73 0.31 0.28 325.26 0.57 0.46
Hex B7 32 7F 0 49 1F 1C 145 39 2E
Octal 267 62 177 0 111 37 34 505 71 56
Binary 10110111 110010 1111111 0 1001001 11111 11100 101000101 111001 101110

Color Harmonies of #B7327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7327F

Black with #B7327F

Text Example


Text Example

White with #B7327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7327F; }

 p { color: rgb(183,50,127); }

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

background-color css

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

 a { background-color: rgb(183,50,127); }

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

border-color css

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

 span { border-color: rgb(183,50,127); }

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