Html Css Color HEX #B9307C Medium Red Violet

📋 copy color: '#B9307C'

red 185 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #B9307C

Tints of Medium Red Violet #B9307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 51.82%
G = 13.45%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9307C (or 0xB9307C) is known color: Medium Red Violet. HEX triplet: B9, 30 and 7C. RGB value is (185,48,124). Sum of RGB (Red+Green+Blue) = 185+48+124=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9307C is #46CF83. Grayscale: #616161. Windows color (decimal): -4640644 or 8138937. OLE color: 8138937.

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

Color convert

RGB 185 48 124 -
CMYK 0 0.74 0.33 0.27
HSL 326.72º 0.59% 0.46% -
HSV(B) 326.72º 0.74% 0.73% -
XYZ 24.7 13.88 20.45 -
YUV 97.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 185 48 124 0 0.74 0.33 0.27 326.72 0.59 0.46
Hex B9 30 7C 0 4A 21 1B 147 3B 2E
Octal 271 60 174 0 112 41 33 507 73 56
Binary 10111001 110000 1111100 0 1001010 100001 11011 101000111 111011 101110

Color Harmonies of #B9307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9307C

Black with #B9307C

Text Example


Text Example

White with #B9307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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