Html Css Color HEX #B8298D Medium Red Violet

📋 copy color: '#B8298D'

red 184 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #B8298D

Tints of Medium Red Violet #B8298D

RGB

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

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

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

R = 50.27%
G = 11.2%
B = 38.52%

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

#B8298D (or 0xB8298D) is known color: Medium Red Violet. HEX triplet: B8, 29 and 8D. RGB value is (184,41,141). Sum of RGB (Red+Green+Blue) = 184+41+141=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8298D is #47D672. Grayscale: #5E5E5E. Windows color (decimal): -4707955 or 9251256. OLE color: 9251256.

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

Color convert

RGB 184 41 141 -
CMYK 0 0.78 0.23 0.28
HSL 318.04º 0.64% 0.44% -
HSV(B) 318.04º 0.78% 0.72% -
XYZ 25.37 13.7 26.51 -
YUV 95.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 184 41 141 0 0.78 0.23 0.28 318.04 0.64 0.44
Hex B8 29 8D 0 4E 17 1C 13E 40 2C
Octal 270 51 215 0 116 27 34 476 100 54
Binary 10111000 101001 10001101 0 1001110 10111 11100 100111110 1000000 101100

Color Harmonies of #B8298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8298D

Black with #B8298D

Text Example


Text Example

White with #B8298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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