Html Css Color HEX #B564AD Violet Blue

📋 copy color: '#B564AD'

red 181 ◦ green 100 ◦ blue 173

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

Shades of Violet Blue #B564AD

Tints of Violet Blue #B564AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 39.87%
G = 22.03%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B564AD (or 0xB564AD) is known color: Violet Blue. HEX triplet: B5, 64 and AD. RGB value is (181,100,173). Sum of RGB (Red+Green+Blue) = 181+100+173=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B564AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B564AD is #4A9B52. Grayscale: #848484. Windows color (decimal): -4889427 or 11363509. OLE color: 11363509.

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

Color convert

RGB 181 100 173 -
CMYK 0 0.45 0.04 0.29
HSL 305.93º 0.35% 0.55% -
HSV(B) 305.93º 0.45% 0.71% -
XYZ 31.16 21.96 42.13 -
YUV 132.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 181 100 173 0 0.45 0.04 0.29 305.93 0.35 0.55
Hex B5 64 AD 0 2D 4 1D 132 23 37
Octal 265 144 255 0 55 4 35 462 43 67
Binary 10110101 1100100 10101101 0 101101 100 11101 100110010 100011 110111

Color Harmonies of #B564AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564AD

Black with #B564AD

Text Example


Text Example

White with #B564AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564AD; }

 p { color: rgb(181,100,173); }

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

background-color css

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

 a { background-color: rgb(181,100,173); }

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

border-color css

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

 span { border-color: rgb(181,100,173); }

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