Html Css Color HEX #B561A0 Violet Blue

📋 copy color: '#B561A0'

red 181 ◦ green 97 ◦ blue 160

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

Shades of Violet Blue #B561A0

Tints of Violet Blue #B561A0

RGB

 RED value IS 181 (71.09% from 255) = 41.32%

 GREEN value IS 97 (38.28% from 255) = 22.15%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 41.32%
G = 22.15%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B561A0 (or 0xB561A0) is known color: Violet Blue. HEX triplet: B5, 61 and A0. RGB value is (181,97,160). Sum of RGB (Red+Green+Blue) = 181+97+160=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B561A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B561A0 is #4A9E5F. Grayscale: #818181. Windows color (decimal): -4890208 or 10510773. OLE color: 10510773.

HSL color Cylindrical-coordinate representation of color #B561A0: hue angle of 315º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B561A0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 160 -
CMYK 0 0.46 0.12 0.29
HSL 315º 0.36% 0.55% -
HSV(B) 315º 0.46% 0.71% -
XYZ 29.68 20.91 35.73 -
YUV 129.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 181 97 160 0 0.46 0.12 0.29 315 0.36 0.55
Hex B5 61 A0 0 2E C 1D 13B 24 37
Octal 265 141 240 0 56 14 35 473 44 67
Binary 10110101 1100001 10100000 0 101110 1100 11101 100111011 100100 110111

Color Harmonies of #B561A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B561A0

Black with #B561A0

Text Example


Text Example

White with #B561A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B561A0; }

 p { color: rgb(181,97,160); }

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

background-color css

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

 a { background-color: rgb(181,97,160); }

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

border-color css

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

 span { border-color: rgb(181,97,160); }

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