Html Css Color HEX #B7349C Medium Red Violet

📋 copy color: '#B7349C'

red 183 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #B7349C

Tints of Medium Red Violet #B7349C

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 46.8%
G = 13.3%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7349C (or 0xB7349C) is known color: Medium Red Violet. HEX triplet: B7, 34 and 9C. RGB value is (183,52,156). Sum of RGB (Red+Green+Blue) = 183+52+156=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7349C is #48CB63. Grayscale: #666666. Windows color (decimal): -4770660 or 10237111. OLE color: 10237111.

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

Color convert

RGB 183 52 156 -
CMYK 0 0.72 0.15 0.28
HSL 312.37º 0.56% 0.46% -
HSV(B) 312.37º 0.72% 0.72% -
XYZ 26.76 14.92 32.92 -
YUV 103.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 183 52 156 0 0.72 0.15 0.28 312.37 0.56 0.46
Hex B7 34 9C 0 48 F 1C 138 38 2E
Octal 267 64 234 0 110 17 34 470 70 56
Binary 10110111 110100 10011100 0 1001000 1111 11100 100111000 111000 101110

Color Harmonies of #B7349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7349C

Black with #B7349C

Text Example


Text Example

White with #B7349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7349C; }

 p { color: rgb(183,52,156); }

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

background-color css

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

 a { background-color: rgb(183,52,156); }

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

border-color css

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

 span { border-color: rgb(183,52,156); }

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