Html Css Color HEX #B039A1 Medium Red Violet

📋 copy color: '#B039A1'

red 176 ◦ green 57 ◦ blue 161

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

Shades of Medium Red Violet #B039A1

Tints of Medium Red Violet #B039A1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.47%

 BLUE value IS 161 (63.28% from 255) = 40.86%

R = 44.67%
G = 14.47%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B039A1 (or 0xB039A1) is known color: Medium Red Violet. HEX triplet: B0, 39 and A1. RGB value is (176,57,161). Sum of RGB (Red+Green+Blue) = 176+57+161=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B039A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039A1 is #4FC65E. Grayscale: #686868. Windows color (decimal): -5228127 or 10566064. OLE color: 10566064.

HSL color Cylindrical-coordinate representation of color #B039A1: hue angle of 307.56º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B039A1 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 161 -
CMYK 0 0.68 0.09 0.31
HSL 307.56º 0.51% 0.46% -
HSV(B) 307.56º 0.68% 0.69% -
XYZ 25.8 14.73 35.2 -
YUV 104.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 176 57 161 0 0.68 0.09 0.31 307.56 0.51 0.46
Hex B0 39 A1 0 44 9 1F 134 33 2E
Octal 260 71 241 0 104 11 37 464 63 56
Binary 10110000 111001 10100001 0 1000100 1001 11111 100110100 110011 101110

Color Harmonies of #B039A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039A1

Black with #B039A1

Text Example


Text Example

White with #B039A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039A1; }

 p { color: rgb(176,57,161); }

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

background-color css

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

 a { background-color: rgb(176,57,161); }

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

border-color css

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

 span { border-color: rgb(176,57,161); }

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