Html Css Color HEX #B463AB Violet Blue

📋 copy color: '#B463AB'

red 180 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #B463AB

Tints of Violet Blue #B463AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 40%
G = 22%
B = 38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B463AB (or 0xB463AB) is known color: Violet Blue. HEX triplet: B4, 63 and AB. RGB value is (180,99,171). Sum of RGB (Red+Green+Blue) = 180+99+171=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B463AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463AB is #4B9C54. Grayscale: #838383. Windows color (decimal): -4955221 or 11232180. OLE color: 11232180.

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

Color convert

RGB 180 99 171 -
CMYK 0 0.45 0.05 0.29
HSL 306.67º 0.35% 0.55% -
HSV(B) 306.67º 0.45% 0.71% -
XYZ 30.63 21.57 41.08 -
YUV 131.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 180 99 171 0 0.45 0.05 0.29 306.67 0.35 0.55
Hex B4 63 AB 0 2D 5 1D 133 23 37
Octal 264 143 253 0 55 5 35 463 43 67
Binary 10110100 1100011 10101011 0 101101 101 11101 100110011 100011 110111

Color Harmonies of #B463AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463AB

Black with #B463AB

Text Example


Text Example

White with #B463AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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