Html Css Color HEX #B459A1 Violet Blue

📋 copy color: '#B459A1'

red 180 ◦ green 89 ◦ blue 161

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

Shades of Violet Blue #B459A1

Tints of Violet Blue #B459A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 41.86%
G = 20.7%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B459A1 (or 0xB459A1) is known color: Violet Blue. HEX triplet: B4, 59 and A1. RGB value is (180,89,161). Sum of RGB (Red+Green+Blue) = 180+89+161=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B459A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459A1 is #4BA65E. Grayscale: #7C7C7C. Windows color (decimal): -4957791 or 10574260. OLE color: 10574260.

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

Color convert

RGB 180 89 161 -
CMYK 0 0.51 0.11 0.29
HSL 312.53º 0.38% 0.53% -
HSV(B) 312.53º 0.51% 0.71% -
XYZ 28.83 19.42 35.95 -
YUV 124.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 180 89 161 0 0.51 0.11 0.29 312.53 0.38 0.53
Hex B4 59 A1 0 33 B 1D 139 26 35
Octal 264 131 241 0 63 13 35 471 46 65
Binary 10110100 1011001 10100001 0 110011 1011 11101 100111001 100110 110101

Color Harmonies of #B459A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B459A1

Black with #B459A1

Text Example


Text Example

White with #B459A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B459A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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