Html Css Color HEX #B456A0 Violet Blue

📋 copy color: '#B456A0'

red 180 ◦ green 86 ◦ blue 160

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

Shades of Violet Blue #B456A0

Tints of Violet Blue #B456A0

RGB

 RED value IS 180 (70.7% from 255) = 42.25%

 GREEN value IS 86 (33.98% from 255) = 20.19%

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

R = 42.25%
G = 20.19%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B456A0 (or 0xB456A0) is known color: Violet Blue. HEX triplet: B4, 56 and A0. RGB value is (180,86,160). Sum of RGB (Red+Green+Blue) = 180+86+160=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B456A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456A0 is #4BA95F. Grayscale: #7A7A7A. Windows color (decimal): -4958560 or 10507956. OLE color: 10507956.

HSL color Cylindrical-coordinate representation of color #B456A0: hue angle of 312.77º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B456A0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 160 -
CMYK 0 0.52 0.11 0.29
HSL 312.77º 0.39% 0.52% -
HSV(B) 312.77º 0.52% 0.71% -
XYZ 28.5 18.9 35.4 -
YUV 122.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 180 86 160 0 0.52 0.11 0.29 312.77 0.39 0.52
Hex B4 56 A0 0 34 B 1D 139 27 34
Octal 264 126 240 0 64 13 35 471 47 64
Binary 10110100 1010110 10100000 0 110100 1011 11101 100111001 100111 110100

Color Harmonies of #B456A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456A0

Black with #B456A0

Text Example


Text Example

White with #B456A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456A0; }

 p { color: rgb(180,86,160); }

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

background-color css

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

 a { background-color: rgb(180,86,160); }

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

border-color css

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

 span { border-color: rgb(180,86,160); }

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