Html Css Color HEX #B9308D Medium Red Violet

📋 copy color: '#B9308D'

red 185 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #B9308D

Tints of Medium Red Violet #B9308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 49.47%
G = 12.83%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9308D (or 0xB9308D) is known color: Medium Red Violet. HEX triplet: B9, 30 and 8D. RGB value is (185,48,141). Sum of RGB (Red+Green+Blue) = 185+48+141=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308D is #46CF72. Grayscale: #636363. Windows color (decimal): -4640627 or 9253049. OLE color: 9253049.

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

Color convert

RGB 185 48 141 -
CMYK 0 0.74 0.24 0.27
HSL 319.27º 0.59% 0.46% -
HSV(B) 319.27º 0.74% 0.73% -
XYZ 25.87 14.35 26.61 -
YUV 99.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 185 48 141 0 0.74 0.24 0.27 319.27 0.59 0.46
Hex B9 30 8D 0 4A 18 1B 13F 3B 2E
Octal 271 60 215 0 112 30 33 477 73 56
Binary 10111001 110000 10001101 0 1001010 11000 11011 100111111 111011 101110

Color Harmonies of #B9308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9308D

Black with #B9308D

Text Example


Text Example

White with #B9308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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