Html Css Color HEX #B9408A Medium Red Violet

📋 copy color: '#B9408A'

red 185 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #B9408A

Tints of Medium Red Violet #B9408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 47.8%
G = 16.54%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9408A (or 0xB9408A) is known color: Medium Red Violet. HEX triplet: B9, 40 and 8A. RGB value is (185,64,138). Sum of RGB (Red+Green+Blue) = 185+64+138=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9408A is #46BF75. Grayscale: #6C6C6C. Windows color (decimal): -4636534 or 9060537. OLE color: 9060537.

HSL color Cylindrical-coordinate representation of color #B9408A: hue angle of 323.31º 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 #B9408A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 138 -
CMYK 0 0.65 0.25 0.27
HSL 323.31º 0.49% 0.49% -
HSV(B) 323.31º 0.65% 0.73% -
XYZ 26.43 15.82 25.7 -
YUV 108.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 185 64 138 0 0.65 0.25 0.27 323.31 0.49 0.49
Hex B9 40 8A 0 41 19 1B 143 31 31
Octal 271 100 212 0 101 31 33 503 61 61
Binary 10111001 1000000 10001010 0 1000001 11001 11011 101000011 110001 110001

Color Harmonies of #B9408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9408A

Black with #B9408A

Text Example


Text Example

White with #B9408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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