Html Css Color HEX #B039A5 Violet Blue

📋 copy color: '#B039A5'

red 176 ◦ green 57 ◦ blue 165

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

Shades of Violet Blue #B039A5

Tints of Violet Blue #B039A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 44.22%
G = 14.32%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B039A5 (or 0xB039A5) is known color: Violet Blue. HEX triplet: B0, 39 and A5. RGB value is (176,57,165). Sum of RGB (Red+Green+Blue) = 176+57+165=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B039A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039A5 is #4FC65A. Grayscale: #686868. Windows color (decimal): -5228123 or 10828208. OLE color: 10828208.

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

Color convert

RGB 176 57 165 -
CMYK 0 0.68 0.06 0.31
HSL 305.55º 0.51% 0.46% -
HSV(B) 305.55º 0.68% 0.69% -
XYZ 26.16 14.87 37.09 -
YUV 104.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 176 57 165 0 0.68 0.06 0.31 305.55 0.51 0.46
Hex B0 39 A5 0 44 6 1F 132 33 2E
Octal 260 71 245 0 104 6 37 462 63 56
Binary 10110000 111001 10100101 0 1000100 110 11111 100110010 110011 101110

Color Harmonies of #B039A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039A5

Black with #B039A5

Text Example


Text Example

White with #B039A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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