Html Css Color HEX #B9408D Medium Red Violet

📋 copy color: '#B9408D'

red 185 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #B9408D

Tints of Medium Red Violet #B9408D

RGB

 RED value IS 185 (72.66% from 255) = 47.44%

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

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

R = 47.44%
G = 16.41%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9408D (or 0xB9408D) is known color: Medium Red Violet. HEX triplet: B9, 40 and 8D. RGB value is (185,64,141). Sum of RGB (Red+Green+Blue) = 185+64+141=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9408D is #46BF72. Grayscale: #6C6C6C. Windows color (decimal): -4636531 or 9257145. OLE color: 9257145.

HSL color Cylindrical-coordinate representation of color #B9408D: hue angle of 321.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9408D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 141 -
CMYK 0 0.65 0.24 0.27
HSL 321.82º 0.49% 0.49% -
HSV(B) 321.82º 0.65% 0.73% -
XYZ 26.65 15.9 26.86 -
YUV 108.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 185 64 141 0 0.65 0.24 0.27 321.82 0.49 0.49
Hex B9 40 8D 0 41 18 1B 142 31 31
Octal 271 100 215 0 101 30 33 502 61 61
Binary 10111001 1000000 10001101 0 1000001 11000 11011 101000010 110001 110001

Color Harmonies of #B9408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9408D

Black with #B9408D

Text Example


Text Example

White with #B9408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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