Html Css Color HEX #B7296F Medium Red Violet

📋 copy color: '#B7296F'

red 183 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #B7296F

Tints of Medium Red Violet #B7296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 54.63%
G = 12.24%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7296F (or 0xB7296F) is known color: Medium Red Violet. HEX triplet: B7, 29 and 6F. RGB value is (183,41,111). Sum of RGB (Red+Green+Blue) = 183+41+111=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B7296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7296F is #48D690. Grayscale: #5B5B5B. Windows color (decimal): -4773521 or 7285175. OLE color: 7285175.

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

Color convert

RGB 183 41 111 -
CMYK 0 0.78 0.39 0.28
HSL 330.42º 0.63% 0.44% -
HSV(B) 330.42º 0.78% 0.72% -
XYZ 23.19 12.8 16.29 -
YUV 91.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 183 41 111 0 0.78 0.39 0.28 330.42 0.63 0.44
Hex B7 29 6F 0 4E 27 1C 14A 3F 2C
Octal 267 51 157 0 116 47 34 512 77 54
Binary 10110111 101001 1101111 0 1001110 100111 11100 101001010 111111 101100

Color Harmonies of #B7296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7296F

Black with #B7296F

Text Example


Text Example

White with #B7296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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