Html Css Color HEX #B7298D Medium Red Violet

📋 copy color: '#B7298D'

red 183 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #B7298D

Tints of Medium Red Violet #B7298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 50.14%
G = 11.23%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7298D (or 0xB7298D) is known color: Medium Red Violet. HEX triplet: B7, 29 and 8D. RGB value is (183,41,141). Sum of RGB (Red+Green+Blue) = 183+41+141=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7298D is #48D672. Grayscale: #5E5E5E. Windows color (decimal): -4773491 or 9251255. OLE color: 9251255.

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

Color convert

RGB 183 41 141 -
CMYK 0 0.78 0.23 0.28
HSL 317.75º 0.63% 0.44% -
HSV(B) 317.75º 0.78% 0.72% -
XYZ 25.13 13.58 26.5 -
YUV 94.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 183 41 141 0 0.78 0.23 0.28 317.75 0.63 0.44
Hex B7 29 8D 0 4E 17 1C 13E 3F 2C
Octal 267 51 215 0 116 27 34 476 77 54
Binary 10110111 101001 10001101 0 1001110 10111 11100 100111110 111111 101100

Color Harmonies of #B7298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7298D

Black with #B7298D

Text Example


Text Example

White with #B7298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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