Html Css Color HEX #B7298B Medium Red Violet

📋 copy color: '#B7298B'

red 183 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #B7298B

Tints of Medium Red Violet #B7298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 50.41%
G = 11.29%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7298B (or 0xB7298B) is known color: Medium Red Violet. HEX triplet: B7, 29 and 8B. RGB value is (183,41,139). Sum of RGB (Red+Green+Blue) = 183+41+139=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7298B is #48D674. Grayscale: #5E5E5E. Windows color (decimal): -4773493 or 9120183. OLE color: 9120183.

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

Color convert

RGB 183 41 139 -
CMYK 0 0.78 0.24 0.28
HSL 318.59º 0.63% 0.44% -
HSV(B) 318.59º 0.78% 0.72% -
XYZ 24.98 13.52 25.72 -
YUV 94.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 183 41 139 0 0.78 0.24 0.28 318.59 0.63 0.44
Hex B7 29 8B 0 4E 18 1C 13F 3F 2C
Octal 267 51 213 0 116 30 34 477 77 54
Binary 10110111 101001 10001011 0 1001110 11000 11100 100111111 111111 101100

Color Harmonies of #B7298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7298B

Black with #B7298B

Text Example


Text Example

White with #B7298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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