Html Css Color HEX #B9348B Medium Red Violet

📋 copy color: '#B9348B'

red 185 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #B9348B

Tints of Medium Red Violet #B9348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

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

R = 49.2%
G = 13.83%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9348B (or 0xB9348B) is known color: Medium Red Violet. HEX triplet: B9, 34 and 8B. RGB value is (185,52,139). Sum of RGB (Red+Green+Blue) = 185+52+139=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9348B is #46CB74. Grayscale: #656565. Windows color (decimal): -4639605 or 9123001. OLE color: 9123001.

HSL color Cylindrical-coordinate representation of color #B9348B: hue angle of 320.75º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9348B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 139 -
CMYK 0 0.72 0.25 0.27
HSL 320.75º 0.56% 0.46% -
HSV(B) 320.75º 0.72% 0.73% -
XYZ 25.9 14.63 25.89 -
YUV 101.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 185 52 139 0 0.72 0.25 0.27 320.75 0.56 0.46
Hex B9 34 8B 0 48 19 1B 141 38 2E
Octal 271 64 213 0 110 31 33 501 70 56
Binary 10111001 110100 10001011 0 1001000 11001 11011 101000001 111000 101110

Color Harmonies of #B9348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9348B

Black with #B9348B

Text Example


Text Example

White with #B9348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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