Html Css Color HEX #B039A4 Medium Red Violet

📋 copy color: '#B039A4'

red 176 ◦ green 57 ◦ blue 164

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

Shades of Medium Red Violet #B039A4

Tints of Medium Red Violet #B039A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 44.33%
G = 14.36%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B039A4 (or 0xB039A4) is known color: Medium Red Violet. HEX triplet: B0, 39 and A4. RGB value is (176,57,164). Sum of RGB (Red+Green+Blue) = 176+57+164=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B039A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039A4 is #4FC65B. Grayscale: #686868. Windows color (decimal): -5228124 or 10762672. OLE color: 10762672.

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

Color convert

RGB 176 57 164 -
CMYK 0 0.68 0.07 0.31
HSL 306.05º 0.51% 0.46% -
HSV(B) 306.05º 0.68% 0.69% -
XYZ 26.07 14.84 36.61 -
YUV 104.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 176 57 164 0 0.68 0.07 0.31 306.05 0.51 0.46
Hex B0 39 A4 0 44 7 1F 132 33 2E
Octal 260 71 244 0 104 7 37 462 63 56
Binary 10110000 111001 10100100 0 1000100 111 11111 100110010 110011 101110

Color Harmonies of #B039A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039A4

Black with #B039A4

Text Example


Text Example

White with #B039A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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