Html Css Color HEX #B9308B Medium Red Violet

📋 copy color: '#B9308B'

red 185 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #B9308B

Tints of Medium Red Violet #B9308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 49.73%
G = 12.9%
B = 37.37%

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

#B9308B (or 0xB9308B) is known color: Medium Red Violet. HEX triplet: B9, 30 and 8B. RGB value is (185,48,139). Sum of RGB (Red+Green+Blue) = 185+48+139=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308B is #46CF74. Grayscale: #636363. Windows color (decimal): -4640629 or 9121977. OLE color: 9121977.

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

Color convert

RGB 185 48 139 -
CMYK 0 0.74 0.25 0.27
HSL 320.15º 0.59% 0.46% -
HSV(B) 320.15º 0.74% 0.73% -
XYZ 25.72 14.29 25.83 -
YUV 99.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 185 48 139 0 0.74 0.25 0.27 320.15 0.59 0.46
Hex B9 30 8B 0 4A 19 1B 140 3B 2E
Octal 271 60 213 0 112 31 33 500 73 56
Binary 10111001 110000 10001011 0 1001010 11001 11011 101000000 111011 101110

Color Harmonies of #B9308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9308B

Black with #B9308B

Text Example


Text Example

White with #B9308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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