Html Css Color HEX #B9309D Medium Red Violet

📋 copy color: '#B9309D'

red 185 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #B9309D

Tints of Medium Red Violet #B9309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 47.44%
G = 12.31%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9309D (or 0xB9309D) is known color: Medium Red Violet. HEX triplet: B9, 30 and 9D. RGB value is (185,48,157). Sum of RGB (Red+Green+Blue) = 185+48+157=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9309D is #46CF62. Grayscale: #656565. Windows color (decimal): -4640611 or 10301625. OLE color: 10301625.

HSL color Cylindrical-coordinate representation of color #B9309D: hue angle of 312.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9309D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 157 -
CMYK 0 0.74 0.15 0.27
HSL 312.26º 0.59% 0.46% -
HSV(B) 312.26º 0.74% 0.73% -
XYZ 27.15 14.86 33.34 -
YUV 101.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 185 48 157 0 0.74 0.15 0.27 312.26 0.59 0.46
Hex B9 30 9D 0 4A F 1B 138 3B 2E
Octal 271 60 235 0 112 17 33 470 73 56
Binary 10111001 110000 10011101 0 1001010 1111 11011 100111000 111011 101110

Color Harmonies of #B9309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9309D

Black with #B9309D

Text Example


Text Example

White with #B9309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9309D; }

 p { color: rgb(185,48,157); }

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

background-color css

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

 a { background-color: rgb(185,48,157); }

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

border-color css

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

 span { border-color: rgb(185,48,157); }

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