Html Css Color HEX #B044A5 Violet Blue

📋 copy color: '#B044A5'

red 176 ◦ green 68 ◦ blue 165

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

Shades of Violet Blue #B044A5

Tints of Violet Blue #B044A5

RGB

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

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

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

R = 43.03%
G = 16.63%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B044A5 (or 0xB044A5) is known color: Violet Blue. HEX triplet: B0, 44 and A5. RGB value is (176,68,165). Sum of RGB (Red+Green+Blue) = 176+68+165=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B044A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044A5 is #4FBB5A. Grayscale: #6F6F6F. Windows color (decimal): -5225307 or 10831024. OLE color: 10831024.

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

Color convert

RGB 176 68 165 -
CMYK 0 0.61 0.06 0.31
HSL 306.11º 0.44% 0.48% -
HSV(B) 306.11º 0.61% 0.69% -
XYZ 26.76 16.08 37.29 -
YUV 111.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 176 68 165 0 0.61 0.06 0.31 306.11 0.44 0.48
Hex B0 44 A5 0 3D 6 1F 132 2C 30
Octal 260 104 245 0 75 6 37 462 54 60
Binary 10110000 1000100 10100101 0 111101 110 11111 100110010 101100 110000

Color Harmonies of #B044A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044A5

Black with #B044A5

Text Example


Text Example

White with #B044A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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