Html Css Color HEX #B7298A Medium Red Violet

📋 copy color: '#B7298A'

red 183 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #B7298A

Tints of Medium Red Violet #B7298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 50.55%
G = 11.33%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7298A (or 0xB7298A) is known color: Medium Red Violet. HEX triplet: B7, 29 and 8A. RGB value is (183,41,138). Sum of RGB (Red+Green+Blue) = 183+41+138=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7298A is #48D675. Grayscale: #5E5E5E. Windows color (decimal): -4773494 or 9054647. OLE color: 9054647.

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

Color convert

RGB 183 41 138 -
CMYK 0 0.78 0.25 0.28
HSL 319.01º 0.63% 0.44% -
HSV(B) 319.01º 0.78% 0.72% -
XYZ 24.91 13.49 25.34 -
YUV 94.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 183 41 138 0 0.78 0.25 0.28 319.01 0.63 0.44
Hex B7 29 8A 0 4E 19 1C 13F 3F 2C
Octal 267 51 212 0 116 31 34 477 77 54
Binary 10110111 101001 10001010 0 1001110 11001 11100 100111111 111111 101100

Color Harmonies of #B7298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7298A

Black with #B7298A

Text Example


Text Example

White with #B7298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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