Html Css Color HEX #B463AA Violet Blue

📋 copy color: '#B463AA'

red 180 ◦ green 99 ◦ blue 170

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

Shades of Violet Blue #B463AA

Tints of Violet Blue #B463AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 40.09%
G = 22.05%
B = 37.86%

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

#B463AA (or 0xB463AA) is known color: Violet Blue. HEX triplet: B4, 63 and AA. RGB value is (180,99,170). Sum of RGB (Red+Green+Blue) = 180+99+170=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B463AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463AA is #4B9C55. Grayscale: #838383. Windows color (decimal): -4955222 or 11166644. OLE color: 11166644.

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

Color convert

RGB 180 99 170 -
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.54 21.53 40.58 -
YUV 131.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 180 99 170 0 0.45 0.06 0.29 307.41 0.35 0.55
Hex B4 63 AA 0 2D 6 1D 133 23 37
Octal 264 143 252 0 55 6 35 463 43 67
Binary 10110100 1100011 10101010 0 101101 110 11101 100110011 100011 110111

Color Harmonies of #B463AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463AA

Black with #B463AA

Text Example


Text Example

White with #B463AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463AA; }

 p { color: rgb(180,99,170); }

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

background-color css

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

 a { background-color: rgb(180,99,170); }

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

border-color css

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

 span { border-color: rgb(180,99,170); }

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