Html Css Color HEX #B459A6 Violet Blue

📋 copy color: '#B459A6'

red 180 ◦ green 89 ◦ blue 166

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

Shades of Violet Blue #B459A6

Tints of Violet Blue #B459A6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 41.38%
G = 20.46%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B459A6 (or 0xB459A6) is known color: Violet Blue. HEX triplet: B4, 59 and A6. RGB value is (180,89,166). Sum of RGB (Red+Green+Blue) = 180+89+166=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B459A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459A6 is #4BA659. Grayscale: #7C7C7C. Windows color (decimal): -4957786 or 10901940. OLE color: 10901940.

HSL color Cylindrical-coordinate representation of color #B459A6: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B459A6 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 89 166 -
CMYK 0 0.51 0.08 0.29
HSL 309.23º 0.38% 0.53% -
HSV(B) 309.23º 0.51% 0.71% -
XYZ 29.28 19.6 38.32 -
YUV 124.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 180 89 166 0 0.51 0.08 0.29 309.23 0.38 0.53
Hex B4 59 A6 0 33 8 1D 135 26 35
Octal 264 131 246 0 63 10 35 465 46 65
Binary 10110100 1011001 10100110 0 110011 1000 11101 100110101 100110 110101

Color Harmonies of #B459A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459A6

Black with #B459A6

Text Example


Text Example

White with #B459A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459A6; }

 p { color: rgb(180,89,166); }

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

background-color css

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

 a { background-color: rgb(180,89,166); }

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

border-color css

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

 span { border-color: rgb(180,89,166); }

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