Html Css Color HEX #B465A1 Violet Blue

📋 copy color: '#B465A1'

red 180 ◦ green 101 ◦ blue 161

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

Shades of Violet Blue #B465A1

Tints of Violet Blue #B465A1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 40.72%
G = 22.85%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B465A1 (or 0xB465A1) is known color: Violet Blue. HEX triplet: B4, 65 and A1. RGB value is (180,101,161). Sum of RGB (Red+Green+Blue) = 180+101+161=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A1 is #4B9A5E. Grayscale: #838383. Windows color (decimal): -4954719 or 10577332. OLE color: 10577332.

HSL color Cylindrical-coordinate representation of color #B465A1: hue angle of 314.43º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B465A1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 161 -
CMYK 0 0.44 0.11 0.29
HSL 314.43º 0.34% 0.55% -
HSV(B) 314.43º 0.44% 0.71% -
XYZ 29.91 21.58 36.31 -
YUV 131.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 180 101 161 0 0.44 0.11 0.29 314.43 0.34 0.55
Hex B4 65 A1 0 2C B 1D 13A 22 37
Octal 264 145 241 0 54 13 35 472 42 67
Binary 10110100 1100101 10100001 0 101100 1011 11101 100111010 100010 110111

Color Harmonies of #B465A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465A1

Black with #B465A1

Text Example


Text Example

White with #B465A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465A1; }

 p { color: rgb(180,101,161); }

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

background-color css

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

 a { background-color: rgb(180,101,161); }

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

border-color css

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

 span { border-color: rgb(180,101,161); }

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