Html Css Color HEX #B0348D Medium Red Violet

📋 copy color: '#B0348D'

red 176 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #B0348D

Tints of Medium Red Violet #B0348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 47.7%
G = 14.09%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0348D (or 0xB0348D) is known color: Medium Red Violet. HEX triplet: B0, 34 and 8D. RGB value is (176,52,141). Sum of RGB (Red+Green+Blue) = 176+52+141=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0348D is #4FCB72. Grayscale: #626262. Windows color (decimal): -5229427 or 9254064. OLE color: 9254064.

HSL color Cylindrical-coordinate representation of color #B0348D: hue angle of 316.94º 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 #B0348D is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 141 -
CMYK 0 0.70 0.20 0.31
HSL 316.94º 0.54% 0.45% -
HSV(B) 316.94º 0.7% 0.69% -
XYZ 23.94 13.61 26.56 -
YUV 99.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 176 52 141 0 0.70 0.20 0.31 316.94 0.54 0.45
Hex B0 34 8D 0 46 14 1F 13D 36 2D
Octal 260 64 215 0 106 24 37 475 66 55
Binary 10110000 110100 10001101 0 1000110 10100 11111 100111101 110110 101101

Color Harmonies of #B0348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0348D

Black with #B0348D

Text Example


Text Example

White with #B0348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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