Html Css Color HEX #B8408D Medium Red Violet

📋 copy color: '#B8408D'

red 184 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #B8408D

Tints of Medium Red Violet #B8408D

RGB

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

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

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

R = 47.3%
G = 16.45%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8408D (or 0xB8408D) is known color: Medium Red Violet. HEX triplet: B8, 40 and 8D. RGB value is (184,64,141). Sum of RGB (Red+Green+Blue) = 184+64+141=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8408D is #47BF72. Grayscale: #6C6C6C. Windows color (decimal): -4702067 or 9257144. OLE color: 9257144.

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

Color convert

RGB 184 64 141 -
CMYK 0 0.65 0.23 0.28
HSL 321.5º 0.48% 0.49% -
HSV(B) 321.5º 0.65% 0.72% -
XYZ 26.41 15.78 26.85 -
YUV 108.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 184 64 141 0 0.65 0.23 0.28 321.5 0.48 0.49
Hex B8 40 8D 0 41 17 1C 142 30 31
Octal 270 100 215 0 101 27 34 502 60 61
Binary 10111000 1000000 10001101 0 1000001 10111 11100 101000010 110000 110001

Color Harmonies of #B8408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8408D

Black with #B8408D

Text Example


Text Example

White with #B8408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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