Html Css Color HEX #B8408F Medium Red Violet

📋 copy color: '#B8408F'

red 184 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #B8408F

Tints of Medium Red Violet #B8408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 47.06%
G = 16.37%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8408F (or 0xB8408F) is known color: Medium Red Violet. HEX triplet: B8, 40 and 8F. RGB value is (184,64,143). Sum of RGB (Red+Green+Blue) = 184+64+143=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8408F is #47BF70. Grayscale: #6C6C6C. Windows color (decimal): -4702065 or 9388216. OLE color: 9388216.

HSL color Cylindrical-coordinate representation of color #B8408F: hue angle of 320.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8408F is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 143 -
CMYK 0 0.65 0.22 0.28
HSL 320.5º 0.48% 0.49% -
HSV(B) 320.5º 0.65% 0.72% -
XYZ 26.56 15.84 27.64 -
YUV 108.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 184 64 143 0 0.65 0.22 0.28 320.5 0.48 0.49
Hex B8 40 8F 0 41 16 1C 140 30 31
Octal 270 100 217 0 101 26 34 500 60 61
Binary 10111000 1000000 10001111 0 1000001 10110 11100 101000000 110000 110001

Color Harmonies of #B8408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8408F

Black with #B8408F

Text Example


Text Example

White with #B8408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8408F; }

 p { color: rgb(184,64,143); }

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

background-color css

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

 a { background-color: rgb(184,64,143); }

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

border-color css

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

 span { border-color: rgb(184,64,143); }

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