Html Css Color HEX #B9418A Medium Red Violet

📋 copy color: '#B9418A'

red 185 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #B9418A

Tints of Medium Red Violet #B9418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

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

R = 47.68%
G = 16.75%
B = 35.57%

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

#B9418A (or 0xB9418A) is known color: Medium Red Violet. HEX triplet: B9, 41 and 8A. RGB value is (185,65,138). Sum of RGB (Red+Green+Blue) = 185+65+138=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9418A is #46BE75. Grayscale: #6D6D6D. Windows color (decimal): -4636278 or 9060793. OLE color: 9060793.

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

Color convert

RGB 185 65 138 -
CMYK 0 0.65 0.25 0.27
HSL 323.5º 0.48% 0.49% -
HSV(B) 323.5º 0.65% 0.73% -
XYZ 26.49 15.93 25.72 -
YUV 109.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 185 65 138 0 0.65 0.25 0.27 323.5 0.48 0.49
Hex B9 41 8A 0 41 19 1B 144 30 31
Octal 271 101 212 0 101 31 33 504 60 61
Binary 10111001 1000001 10001010 0 1000001 11001 11011 101000100 110000 110001

Color Harmonies of #B9418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9418A

Black with #B9418A

Text Example


Text Example

White with #B9418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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