Html Css Color HEX #B8296F Medium Red Violet

📋 copy color: '#B8296F'

red 184 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #B8296F

Tints of Medium Red Violet #B8296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 54.76%
G = 12.2%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8296F (or 0xB8296F) is known color: Medium Red Violet. HEX triplet: B8, 29 and 6F. RGB value is (184,41,111). Sum of RGB (Red+Green+Blue) = 184+41+111=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B8296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8296F is #47D690. Grayscale: #5B5B5B. Windows color (decimal): -4707985 or 7285176. OLE color: 7285176.

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

Color convert

RGB 184 41 111 -
CMYK 0 0.78 0.40 0.28
HSL 330.63º 0.64% 0.44% -
HSV(B) 330.63º 0.78% 0.72% -
XYZ 23.43 12.92 16.3 -
YUV 91.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 184 41 111 0 0.78 0.40 0.28 330.63 0.64 0.44
Hex B8 29 6F 0 4E 28 1C 14B 40 2C
Octal 270 51 157 0 116 50 34 513 100 54
Binary 10111000 101001 1101111 0 1001110 101000 11100 101001011 1000000 101100

Color Harmonies of #B8296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8296F

Black with #B8296F

Text Example


Text Example

White with #B8296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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