Html Css Color HEX #B463A9 Violet Blue

📋 copy color: '#B463A9'

red 180 ◦ green 99 ◦ blue 169

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

Shades of Violet Blue #B463A9

Tints of Violet Blue #B463A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 40.18%
G = 22.1%
B = 37.72%

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

#B463A9 (or 0xB463A9) is known color: Violet Blue. HEX triplet: B4, 63 and A9. RGB value is (180,99,169). Sum of RGB (Red+Green+Blue) = 180+99+169=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B463A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463A9 is #4B9C56. Grayscale: #838383. Windows color (decimal): -4955223 or 11101108. OLE color: 11101108.

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

Color convert

RGB 180 99 169 -
CMYK 0 0.45 0.06 0.29
HSL 308.15º 0.35% 0.55% -
HSV(B) 308.15º 0.45% 0.71% -
XYZ 30.45 21.49 40.08 -
YUV 131.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 180 99 169 0 0.45 0.06 0.29 308.15 0.35 0.55
Hex B4 63 A9 0 2D 6 1D 134 23 37
Octal 264 143 251 0 55 6 35 464 43 67
Binary 10110100 1100011 10101001 0 101101 110 11101 100110100 100011 110111

Color Harmonies of #B463A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463A9

Black with #B463A9

Text Example


Text Example

White with #B463A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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