Html Css Color HEX #B463A5 Violet Blue

📋 copy color: '#B463A5'

red 180 ◦ green 99 ◦ blue 165

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

Shades of Violet Blue #B463A5

Tints of Violet Blue #B463A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 40.54%
G = 22.3%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B463A5 (or 0xB463A5) is known color: Violet Blue. HEX triplet: B4, 63 and A5. RGB value is (180,99,165). Sum of RGB (Red+Green+Blue) = 180+99+165=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B463A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463A5 is #4B9C5A. Grayscale: #828282. Windows color (decimal): -4955227 or 10838964. OLE color: 10838964.

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

Color convert

RGB 180 99 165 -
CMYK 0 0.45 0.08 0.29
HSL 311.11º 0.35% 0.55% -
HSV(B) 311.11º 0.45% 0.71% -
XYZ 30.08 21.34 38.13 -
YUV 130.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 180 99 165 0 0.45 0.08 0.29 311.11 0.35 0.55
Hex B4 63 A5 0 2D 8 1D 137 23 37
Octal 264 143 245 0 55 10 35 467 43 67
Binary 10110100 1100011 10100101 0 101101 1000 11101 100110111 100011 110111

Color Harmonies of #B463A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463A5

Black with #B463A5

Text Example


Text Example

White with #B463A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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