Html Css Color HEX #B7379C Medium Red Violet

📋 copy color: '#B7379C'

red 183 ◦ green 55 ◦ blue 156

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

Shades of Medium Red Violet #B7379C

Tints of Medium Red Violet #B7379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.96%

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 46.45%
G = 13.96%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7379C (or 0xB7379C) is known color: Medium Red Violet. HEX triplet: B7, 37 and 9C. RGB value is (183,55,156). Sum of RGB (Red+Green+Blue) = 183+55+156=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7379C is #48C863. Grayscale: #686868. Windows color (decimal): -4769892 or 10237879. OLE color: 10237879.

HSL color Cylindrical-coordinate representation of color #B7379C: hue angle of 312.66º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7379C is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 156 -
CMYK 0 0.70 0.15 0.28
HSL 312.66º 0.54% 0.47% -
HSV(B) 312.66º 0.7% 0.72% -
XYZ 26.9 15.2 32.97 -
YUV 104.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 183 55 156 0 0.70 0.15 0.28 312.66 0.54 0.47
Hex B7 37 9C 0 46 F 1C 139 36 2F
Octal 267 67 234 0 106 17 34 471 66 57
Binary 10110111 110111 10011100 0 1000110 1111 11100 100111001 110110 101111

Color Harmonies of #B7379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7379C

Black with #B7379C

Text Example


Text Example

White with #B7379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7379C; }

 p { color: rgb(183,55,156); }

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

background-color css

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

 a { background-color: rgb(183,55,156); }

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

border-color css

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

 span { border-color: rgb(183,55,156); }

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