Html Css Color HEX #B0347C Medium Red Violet

📋 copy color: '#B0347C'

red 176 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #B0347C

Tints of Medium Red Violet #B0347C

RGB

 RED value IS 176 (69.14% from 255) = 50%

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

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 50%
G = 14.77%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0347C (or 0xB0347C) is known color: Medium Red Violet. HEX triplet: B0, 34 and 7C. RGB value is (176,52,124). Sum of RGB (Red+Green+Blue) = 176+52+124=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0347C is #4FCB83. Grayscale: #616161. Windows color (decimal): -5229444 or 8139952. OLE color: 8139952.

HSL color Cylindrical-coordinate representation of color #B0347C: hue angle of 325.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0347C is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 124 -
CMYK 0 0.70 0.30 0.31
HSL 325.16º 0.54% 0.45% -
HSV(B) 325.16º 0.7% 0.69% -
XYZ 22.77 13.14 20.41 -
YUV 97.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 176 52 124 0 0.70 0.30 0.31 325.16 0.54 0.45
Hex B0 34 7C 0 46 1E 1F 145 36 2D
Octal 260 64 174 0 106 36 37 505 66 55
Binary 10110000 110100 1111100 0 1000110 11110 11111 101000101 110110 101101

Color Harmonies of #B0347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0347C

Black with #B0347C

Text Example


Text Example

White with #B0347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0347C; }

 p { color: rgb(176,52,124); }

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

background-color css

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

 a { background-color: rgb(176,52,124); }

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

border-color css

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

 span { border-color: rgb(176,52,124); }

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