Html Css Color HEX #B564AB Violet Blue

📋 copy color: '#B564AB'

red 181 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #B564AB

Tints of Violet Blue #B564AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 40.04%
G = 22.12%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B564AB (or 0xB564AB) is known color: Violet Blue. HEX triplet: B5, 64 and AB. RGB value is (181,100,171). Sum of RGB (Red+Green+Blue) = 181+100+171=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B564AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B564AB is #4A9B54. Grayscale: #848484. Windows color (decimal): -4889429 or 11232437. OLE color: 11232437.

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

Color convert

RGB 181 100 171 -
CMYK 0 0.45 0.06 0.29
HSL 307.41º 0.35% 0.55% -
HSV(B) 307.41º 0.45% 0.71% -
XYZ 30.96 21.88 41.12 -
YUV 132.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 181 100 171 0 0.45 0.06 0.29 307.41 0.35 0.55
Hex B5 64 AB 0 2D 6 1D 133 23 37
Octal 265 144 253 0 55 6 35 463 43 67
Binary 10110101 1100100 10101011 0 101101 110 11101 100110011 100011 110111

Color Harmonies of #B564AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564AB

Black with #B564AB

Text Example


Text Example

White with #B564AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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