Html Css Color HEX #B7296D Medium Red Violet

📋 copy color: '#B7296D'

red 183 ◦ green 41 ◦ blue 109

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

Shades of Medium Red Violet #B7296D

Tints of Medium Red Violet #B7296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 54.95%
G = 12.31%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7296D (or 0xB7296D) is known color: Medium Red Violet. HEX triplet: B7, 29 and 6D. RGB value is (183,41,109). Sum of RGB (Red+Green+Blue) = 183+41+109=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7296D is #48D692. Grayscale: #5B5B5B. Windows color (decimal): -4773523 or 7154103. OLE color: 7154103.

HSL color Cylindrical-coordinate representation of color #B7296D: hue angle of 331.27º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7296D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 109 -
CMYK 0 0.78 0.40 0.28
HSL 331.27º 0.63% 0.44% -
HSV(B) 331.27º 0.78% 0.72% -
XYZ 23.08 12.76 15.71 -
YUV 91.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 183 41 109 0 0.78 0.40 0.28 331.27 0.63 0.44
Hex B7 29 6D 0 4E 28 1C 14B 3F 2C
Octal 267 51 155 0 116 50 34 513 77 54
Binary 10110111 101001 1101101 0 1001110 101000 11100 101001011 111111 101100

Color Harmonies of #B7296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7296D

Black with #B7296D

Text Example


Text Example

White with #B7296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7296D; }

 p { color: rgb(183,41,109); }

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

background-color css

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

 a { background-color: rgb(183,41,109); }

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

border-color css

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

 span { border-color: rgb(183,41,109); }

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