Html Css Color HEX #B9307D Medium Red Violet

📋 copy color: '#B9307D'

red 185 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #B9307D

Tints of Medium Red Violet #B9307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 51.68%
G = 13.41%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9307D (or 0xB9307D) is known color: Medium Red Violet. HEX triplet: B9, 30 and 7D. RGB value is (185,48,125). Sum of RGB (Red+Green+Blue) = 185+48+125=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9307D is #46CF82. Grayscale: #616161. Windows color (decimal): -4640643 or 8204473. OLE color: 8204473.

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

Color convert

RGB 185 48 125 -
CMYK 0 0.74 0.32 0.27
HSL 326.28º 0.59% 0.46% -
HSV(B) 326.28º 0.74% 0.73% -
XYZ 24.77 13.91 20.78 -
YUV 97.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 185 48 125 0 0.74 0.32 0.27 326.28 0.59 0.46
Hex B9 30 7D 0 4A 20 1B 146 3B 2E
Octal 271 60 175 0 112 40 33 506 73 56
Binary 10111001 110000 1111101 0 1001010 100000 11011 101000110 111011 101110

Color Harmonies of #B9307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9307D

Black with #B9307D

Text Example


Text Example

White with #B9307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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