Html Css Color HEX #B9348A Medium Red Violet

📋 copy color: '#B9348A'

red 185 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #B9348A

Tints of Medium Red Violet #B9348A

RGB

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

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

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

R = 49.33%
G = 13.87%
B = 36.8%

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

#B9348A (or 0xB9348A) is known color: Medium Red Violet. HEX triplet: B9, 34 and 8A. RGB value is (185,52,138). Sum of RGB (Red+Green+Blue) = 185+52+138=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9348A is #46CB75. Grayscale: #656565. Windows color (decimal): -4639606 or 9057465. OLE color: 9057465.

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

Color convert

RGB 185 52 138 -
CMYK 0 0.72 0.25 0.27
HSL 321.2º 0.56% 0.46% -
HSV(B) 321.2º 0.72% 0.73% -
XYZ 25.82 14.61 25.5 -
YUV 101.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 185 52 138 0 0.72 0.25 0.27 321.2 0.56 0.46
Hex B9 34 8A 0 48 19 1B 141 38 2E
Octal 271 64 212 0 110 31 33 501 70 56
Binary 10111001 110100 10001010 0 1001000 11001 11011 101000001 111000 101110

Color Harmonies of #B9348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9348A

Black with #B9348A

Text Example


Text Example

White with #B9348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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