Html Css Color HEX #B0348B Medium Red Violet

📋 copy color: '#B0348B'

red 176 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #B0348B

Tints of Medium Red Violet #B0348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 47.96%
G = 14.17%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0348B (or 0xB0348B) is known color: Medium Red Violet. HEX triplet: B0, 34 and 8B. RGB value is (176,52,139). Sum of RGB (Red+Green+Blue) = 176+52+139=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0348B is #4FCB74. Grayscale: #626262. Windows color (decimal): -5229429 or 9122992. OLE color: 9122992.

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

Color convert

RGB 176 52 139 -
CMYK 0 0.70 0.21 0.31
HSL 317.9º 0.54% 0.45% -
HSV(B) 317.9º 0.7% 0.69% -
XYZ 23.79 13.55 25.79 -
YUV 98.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 176 52 139 0 0.70 0.21 0.31 317.9 0.54 0.45
Hex B0 34 8B 0 46 15 1F 13E 36 2D
Octal 260 64 213 0 106 25 37 476 66 55
Binary 10110000 110100 10001011 0 1000110 10101 11111 100111110 110110 101101

Color Harmonies of #B0348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0348B

Black with #B0348B

Text Example


Text Example

White with #B0348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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