Html Css Color HEX #B9308A Medium Red Violet

📋 copy color: '#B9308A'

red 185 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #B9308A

Tints of Medium Red Violet #B9308A

RGB

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

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

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

R = 49.87%
G = 12.94%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9308A (or 0xB9308A) is known color: Medium Red Violet. HEX triplet: B9, 30 and 8A. RGB value is (185,48,138). Sum of RGB (Red+Green+Blue) = 185+48+138=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308A is #46CF75. Grayscale: #636363. Windows color (decimal): -4640630 or 9056441. OLE color: 9056441.

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

Color convert

RGB 185 48 138 -
CMYK 0 0.74 0.25 0.27
HSL 320.58º 0.59% 0.46% -
HSV(B) 320.58º 0.74% 0.73% -
XYZ 25.65 14.26 25.45 -
YUV 99.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 185 48 138 0 0.74 0.25 0.27 320.58 0.59 0.46
Hex B9 30 8A 0 4A 19 1B 141 3B 2E
Octal 271 60 212 0 112 31 33 501 73 56
Binary 10111001 110000 10001010 0 1001010 11001 11011 101000001 111011 101110

Color Harmonies of #B9308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9308A

Black with #B9308A

Text Example


Text Example

White with #B9308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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