Html Css Color HEX #B7296C Medium Red Violet

📋 copy color: '#B7296C'

red 183 ◦ green 41 ◦ blue 108

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

Shades of Medium Red Violet #B7296C

Tints of Medium Red Violet #B7296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 55.12%
G = 12.35%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7296C (or 0xB7296C) is known color: Medium Red Violet. HEX triplet: B7, 29 and 6C. RGB value is (183,41,108). Sum of RGB (Red+Green+Blue) = 183+41+108=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7296C is #48D693. Grayscale: #5A5A5A. Windows color (decimal): -4773524 or 7088567. OLE color: 7088567.

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

Color convert

RGB 183 41 108 -
CMYK 0 0.78 0.41 0.28
HSL 331.69º 0.63% 0.44% -
HSV(B) 331.69º 0.78% 0.72% -
XYZ 23.03 12.74 15.43 -
YUV 91.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 183 41 108 0 0.78 0.41 0.28 331.69 0.63 0.44
Hex B7 29 6C 0 4E 29 1C 14C 3F 2C
Octal 267 51 154 0 116 51 34 514 77 54
Binary 10110111 101001 1101100 0 1001110 101001 11100 101001100 111111 101100

Color Harmonies of #B7296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7296C

Black with #B7296C

Text Example


Text Example

White with #B7296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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