Html Css Color HEX #B9308F Medium Red Violet

📋 copy color: '#B9308F'

red 185 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #B9308F

Tints of Medium Red Violet #B9308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 49.2%
G = 12.77%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9308F (or 0xB9308F) is known color: Medium Red Violet. HEX triplet: B9, 30 and 8F. RGB value is (185,48,143). Sum of RGB (Red+Green+Blue) = 185+48+143=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308F is #46CF70. Grayscale: #636363. Windows color (decimal): -4640625 or 9384121. OLE color: 9384121.

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

Color convert

RGB 185 48 143 -
CMYK 0 0.74 0.23 0.27
HSL 318.39º 0.59% 0.46% -
HSV(B) 318.39º 0.74% 0.73% -
XYZ 26.02 14.41 27.4 -
YUV 99.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 185 48 143 0 0.74 0.23 0.27 318.39 0.59 0.46
Hex B9 30 8F 0 4A 17 1B 13E 3B 2E
Octal 271 60 217 0 112 27 33 476 73 56
Binary 10111001 110000 10001111 0 1001010 10111 11011 100111110 111011 101110

Color Harmonies of #B9308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9308F

Black with #B9308F

Text Example


Text Example

White with #B9308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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