Html Css Color HEX #B0349B Medium Red Violet

📋 copy color: '#B0349B'

red 176 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #B0349B

Tints of Medium Red Violet #B0349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 45.95%
G = 13.58%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0349B (or 0xB0349B) is known color: Medium Red Violet. HEX triplet: B0, 34 and 9B. RGB value is (176,52,155). Sum of RGB (Red+Green+Blue) = 176+52+155=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0349B is #4FCB64. Grayscale: #646464. Windows color (decimal): -5229413 or 10171568. OLE color: 10171568.

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

Color convert

RGB 176 52 155 -
CMYK 0 0.70 0.12 0.31
HSL 310.16º 0.54% 0.45% -
HSV(B) 310.16º 0.7% 0.69% -
XYZ 25.05 14.05 32.4 -
YUV 100.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 176 52 155 0 0.70 0.12 0.31 310.16 0.54 0.45
Hex B0 34 9B 0 46 C 1F 136 36 2D
Octal 260 64 233 0 106 14 37 466 66 55
Binary 10110000 110100 10011011 0 1000110 1100 11111 100110110 110110 101101

Color Harmonies of #B0349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0349B

Black with #B0349B

Text Example


Text Example

White with #B0349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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