Html Css Color HEX #B9309B Medium Red Violet

📋 copy color: '#B9309B'

red 185 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #B9309B

Tints of Medium Red Violet #B9309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 47.68%
G = 12.37%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9309B (or 0xB9309B) is known color: Medium Red Violet. HEX triplet: B9, 30 and 9B. RGB value is (185,48,155). Sum of RGB (Red+Green+Blue) = 185+48+155=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9309B is #46CF64. Grayscale: #646464. Windows color (decimal): -4640613 or 10170553. OLE color: 10170553.

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

Color convert

RGB 185 48 155 -
CMYK 0 0.74 0.16 0.27
HSL 313.14º 0.59% 0.46% -
HSV(B) 313.14º 0.74% 0.73% -
XYZ 26.98 14.79 32.44 -
YUV 101.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 185 48 155 0 0.74 0.16 0.27 313.14 0.59 0.46
Hex B9 30 9B 0 4A 10 1B 139 3B 2E
Octal 271 60 233 0 112 20 33 471 73 56
Binary 10111001 110000 10011011 0 1001010 10000 11011 100111001 111011 101110

Color Harmonies of #B9309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9309B

Black with #B9309B

Text Example


Text Example

White with #B9309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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