Html Css Color HEX #B8297A Medium Red Violet

📋 copy color: '#B8297A'

red 184 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #B8297A

Tints of Medium Red Violet #B8297A

RGB

 RED value IS 184 (72.27% from 255) = 53.03%

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 53.03%
G = 11.82%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8297A (or 0xB8297A) is known color: Medium Red Violet. HEX triplet: B8, 29 and 7A. RGB value is (184,41,122). Sum of RGB (Red+Green+Blue) = 184+41+122=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8297A is #47D685. Grayscale: #5C5C5C. Windows color (decimal): -4707974 or 8006072. OLE color: 8006072.

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

Color convert

RGB 184 41 122 -
CMYK 0 0.78 0.34 0.28
HSL 326.01º 0.64% 0.44% -
HSV(B) 326.01º 0.78% 0.72% -
XYZ 24.07 13.18 19.69 -
YUV 92.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 184 41 122 0 0.78 0.34 0.28 326.01 0.64 0.44
Hex B8 29 7A 0 4E 22 1C 146 40 2C
Octal 270 51 172 0 116 42 34 506 100 54
Binary 10111000 101001 1111010 0 1001110 100010 11100 101000110 1000000 101100

Color Harmonies of #B8297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8297A

Black with #B8297A

Text Example


Text Example

White with #B8297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8297A; }

 p { color: rgb(184,41,122); }

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

background-color css

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

 a { background-color: rgb(184,41,122); }

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

border-color css

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

 span { border-color: rgb(184,41,122); }

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