Html Css Color HEX #B7379B Medium Red Violet

📋 copy color: '#B7379B'

red 183 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #B7379B

Tints of Medium Red Violet #B7379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 46.56%
G = 13.99%
B = 39.44%

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

#B7379B (or 0xB7379B) is known color: Medium Red Violet. HEX triplet: B7, 37 and 9B. RGB value is (183,55,155). Sum of RGB (Red+Green+Blue) = 183+55+155=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7379B is #48C864. Grayscale: #686868. Windows color (decimal): -4769893 or 10172343. OLE color: 10172343.

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

Color convert

RGB 183 55 155 -
CMYK 0 0.70 0.15 0.28
HSL 313.13º 0.54% 0.47% -
HSV(B) 313.13º 0.7% 0.72% -
XYZ 26.81 15.17 32.52 -
YUV 104.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 183 55 155 0 0.70 0.15 0.28 313.13 0.54 0.47
Hex B7 37 9B 0 46 F 1C 139 36 2F
Octal 267 67 233 0 106 17 34 471 66 57
Binary 10110111 110111 10011011 0 1000110 1111 11100 100111001 110110 101111

Color Harmonies of #B7379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7379B

Black with #B7379B

Text Example


Text Example

White with #B7379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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