Html Css Color HEX #B460A0 Violet Blue

📋 copy color: '#B460A0'

red 180 ◦ green 96 ◦ blue 160

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

Shades of Violet Blue #B460A0

Tints of Violet Blue #B460A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.02%

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

R = 41.28%
G = 22.02%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B460A0 (or 0xB460A0) is known color: Violet Blue. HEX triplet: B4, 60 and A0. RGB value is (180,96,160). Sum of RGB (Red+Green+Blue) = 180+96+160=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B460A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460A0 is #4B9F5F. Grayscale: #808080. Windows color (decimal): -4956000 or 10510516. OLE color: 10510516.

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

Color convert

RGB 180 96 160 -
CMYK 0 0.47 0.11 0.29
HSL 314.29º 0.36% 0.54% -
HSV(B) 314.29º 0.47% 0.71% -
XYZ 29.35 20.61 35.69 -
YUV 128.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 180 96 160 0 0.47 0.11 0.29 314.29 0.36 0.54
Hex B4 60 A0 0 2F B 1D 13A 24 36
Octal 264 140 240 0 57 13 35 472 44 66
Binary 10110100 1100000 10100000 0 101111 1011 11101 100111010 100100 110110

Color Harmonies of #B460A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460A0

Black with #B460A0

Text Example


Text Example

White with #B460A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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