Html Css Color HEX #B9348F Medium Red Violet

📋 copy color: '#B9348F'

red 185 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #B9348F

Tints of Medium Red Violet #B9348F

RGB

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

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

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

R = 48.68%
G = 13.68%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9348F (or 0xB9348F) is known color: Medium Red Violet. HEX triplet: B9, 34 and 8F. RGB value is (185,52,143). Sum of RGB (Red+Green+Blue) = 185+52+143=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9348F is #46CB70. Grayscale: #656565. Windows color (decimal): -4639601 or 9385145. OLE color: 9385145.

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

Color convert

RGB 185 52 143 -
CMYK 0 0.72 0.23 0.27
HSL 318.95º 0.56% 0.46% -
HSV(B) 318.95º 0.72% 0.73% -
XYZ 26.19 14.75 27.45 -
YUV 102.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 185 52 143 0 0.72 0.23 0.27 318.95 0.56 0.46
Hex B9 34 8F 0 48 17 1B 13F 38 2E
Octal 271 64 217 0 110 27 33 477 70 56
Binary 10111001 110100 10001111 0 1001000 10111 11011 100111111 111000 101110

Color Harmonies of #B9348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9348F

Black with #B9348F

Text Example


Text Example

White with #B9348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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