Html Css Color HEX #B8287F Medium Red Violet

📋 copy color: '#B8287F'

red 184 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #B8287F

Tints of Medium Red Violet #B8287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 52.42%
G = 11.4%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8287F (or 0xB8287F) is known color: Medium Red Violet. HEX triplet: B8, 28 and 7F. RGB value is (184,40,127). Sum of RGB (Red+Green+Blue) = 184+40+127=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8287F is #47D780. Grayscale: #5C5C5C. Windows color (decimal): -4708225 or 8333496. OLE color: 8333496.

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

Color convert

RGB 184 40 127 -
CMYK 0 0.78 0.31 0.28
HSL 323.75º 0.64% 0.44% -
HSV(B) 323.75º 0.78% 0.72% -
XYZ 24.36 13.24 21.35 -
YUV 92.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 184 40 127 0 0.78 0.31 0.28 323.75 0.64 0.44
Hex B8 28 7F 0 4E 1F 1C 144 40 2C
Octal 270 50 177 0 116 37 34 504 100 54
Binary 10111000 101000 1111111 0 1001110 11111 11100 101000100 1000000 101100

Color Harmonies of #B8287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8287F

Black with #B8287F

Text Example


Text Example

White with #B8287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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