Html Css Color HEX #B463A0 Violet Blue

📋 copy color: '#B463A0'

red 180 ◦ green 99 ◦ blue 160

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

Shades of Violet Blue #B463A0

Tints of Violet Blue #B463A0

RGB

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

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

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

R = 41%
G = 22.55%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B463A0 (or 0xB463A0) is known color: Violet Blue. HEX triplet: B4, 63 and A0. RGB value is (180,99,160). Sum of RGB (Red+Green+Blue) = 180+99+160=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B463A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463A0 is #4B9C5F. Grayscale: #828282. Windows color (decimal): -4955232 or 10511284. OLE color: 10511284.

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

Color convert

RGB 180 99 160 -
CMYK 0 0.45 0.11 0.29
HSL 314.81º 0.35% 0.55% -
HSV(B) 314.81º 0.45% 0.71% -
XYZ 29.63 21.17 35.78 -
YUV 130.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 180 99 160 0 0.45 0.11 0.29 314.81 0.35 0.55
Hex B4 63 A0 0 2D B 1D 13B 23 37
Octal 264 143 240 0 55 13 35 473 43 67
Binary 10110100 1100011 10100000 0 101101 1011 11101 100111011 100011 110111

Color Harmonies of #B463A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463A0

Black with #B463A0

Text Example


Text Example

White with #B463A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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