Html Css Color HEX #B0449C Medium Red Violet

📋 copy color: '#B0449C'

red 176 ◦ green 68 ◦ blue 156

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

Shades of Medium Red Violet #B0449C

Tints of Medium Red Violet #B0449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 44%
G = 17%
B = 39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0449C (or 0xB0449C) is known color: Medium Red Violet. HEX triplet: B0, 44 and 9C. RGB value is (176,68,156). Sum of RGB (Red+Green+Blue) = 176+68+156=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0449C is #4FBB63. Grayscale: #6E6E6E. Windows color (decimal): -5225316 or 10241200. OLE color: 10241200.

HSL color Cylindrical-coordinate representation of color #B0449C: hue angle of 311.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0449C is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 156 -
CMYK 0 0.61 0.11 0.31
HSL 311.11º 0.44% 0.48% -
HSV(B) 311.11º 0.61% 0.69% -
XYZ 25.97 15.76 33.13 -
YUV 110.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 176 68 156 0 0.61 0.11 0.31 311.11 0.44 0.48
Hex B0 44 9C 0 3D B 1F 137 2C 30
Octal 260 104 234 0 75 13 37 467 54 60
Binary 10110000 1000100 10011100 0 111101 1011 11111 100110111 101100 110000

Color Harmonies of #B0449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0449C

Black with #B0449C

Text Example


Text Example

White with #B0449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0449C; }

 p { color: rgb(176,68,156); }

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

background-color css

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

 a { background-color: rgb(176,68,156); }

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

border-color css

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

 span { border-color: rgb(176,68,156); }

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