Html Css Color HEX #B7327C Medium Red Violet

📋 copy color: '#B7327C'

red 183 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #B7327C

Tints of Medium Red Violet #B7327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 51.26%
G = 14.01%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7327C (or 0xB7327C) is known color: Medium Red Violet. HEX triplet: B7, 32 and 7C. RGB value is (183,50,124). Sum of RGB (Red+Green+Blue) = 183+50+124=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7327C is #48CD83. Grayscale: #626262. Windows color (decimal): -4771204 or 8139447. OLE color: 8139447.

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

Color convert

RGB 183 50 124 -
CMYK 0 0.73 0.32 0.28
HSL 326.62º 0.57% 0.46% -
HSV(B) 326.62º 0.73% 0.72% -
XYZ 24.31 13.8 20.45 -
YUV 98.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 183 50 124 0 0.73 0.32 0.28 326.62 0.57 0.46
Hex B7 32 7C 0 49 20 1C 147 39 2E
Octal 267 62 174 0 111 40 34 507 71 56
Binary 10110111 110010 1111100 0 1001001 100000 11100 101000111 111001 101110

Color Harmonies of #B7327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7327C

Black with #B7327C

Text Example


Text Example

White with #B7327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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