Html Css Color HEX #B0349F Medium Red Violet

📋 copy color: '#B0349F'

red 176 ◦ green 52 ◦ blue 159

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

Shades of Medium Red Violet #B0349F

Tints of Medium Red Violet #B0349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 45.48%
G = 13.44%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0349F (or 0xB0349F) is known color: Medium Red Violet. HEX triplet: B0, 34 and 9F. RGB value is (176,52,159). Sum of RGB (Red+Green+Blue) = 176+52+159=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0349F is #4FCB60. Grayscale: #646464. Windows color (decimal): -5229409 or 10433712. OLE color: 10433712.

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

Color convert

RGB 176 52 159 -
CMYK 0 0.70 0.10 0.31
HSL 308.23º 0.54% 0.45% -
HSV(B) 308.23º 0.7% 0.69% -
XYZ 25.39 14.19 34.2 -
YUV 101.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 176 52 159 0 0.70 0.10 0.31 308.23 0.54 0.45
Hex B0 34 9F 0 46 A 1F 134 36 2D
Octal 260 64 237 0 106 12 37 464 66 55
Binary 10110000 110100 10011111 0 1000110 1010 11111 100110100 110110 101101

Color Harmonies of #B0349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0349F

Black with #B0349F

Text Example


Text Example

White with #B0349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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