Html Css Color HEX #B8287D Medium Red Violet

📋 copy color: '#B8287D'

red 184 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #B8287D

Tints of Medium Red Violet #B8287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 52.72%
G = 11.46%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8287D (or 0xB8287D) is known color: Medium Red Violet. HEX triplet: B8, 28 and 7D. RGB value is (184,40,125). Sum of RGB (Red+Green+Blue) = 184+40+125=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8287D is #47D782. Grayscale: #5C5C5C. Windows color (decimal): -4708227 or 8202424. OLE color: 8202424.

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

Color convert

RGB 184 40 125 -
CMYK 0 0.78 0.32 0.28
HSL 324.58º 0.64% 0.44% -
HSV(B) 324.58º 0.78% 0.72% -
XYZ 24.23 13.19 20.67 -
YUV 92.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 184 40 125 0 0.78 0.32 0.28 324.58 0.64 0.44
Hex B8 28 7D 0 4E 20 1C 145 40 2C
Octal 270 50 175 0 116 40 34 505 100 54
Binary 10111000 101000 1111101 0 1001110 100000 11100 101000101 1000000 101100

Color Harmonies of #B8287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8287D

Black with #B8287D

Text Example


Text Example

White with #B8287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8287D; }

 p { color: rgb(184,40,125); }

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

background-color css

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

 a { background-color: rgb(184,40,125); }

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

border-color css

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

 span { border-color: rgb(184,40,125); }

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