Html Css Color HEX #B465A4 Violet Blue

📋 copy color: '#B465A4'

red 180 ◦ green 101 ◦ blue 164

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

Shades of Violet Blue #B465A4

Tints of Violet Blue #B465A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 40.45%
G = 22.7%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B465A4 (or 0xB465A4) is known color: Violet Blue. HEX triplet: B4, 65 and A4. RGB value is (180,101,164). Sum of RGB (Red+Green+Blue) = 180+101+164=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A4 is #4B9A5B. Grayscale: #838383. Windows color (decimal): -4954716 or 10773940. OLE color: 10773940.

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

Color convert

RGB 180 101 164 -
CMYK 0 0.44 0.09 0.29
HSL 312.15º 0.34% 0.55% -
HSV(B) 312.15º 0.44% 0.71% -
XYZ 30.18 21.69 37.72 -
YUV 131.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 180 101 164 0 0.44 0.09 0.29 312.15 0.34 0.55
Hex B4 65 A4 0 2C 9 1D 138 22 37
Octal 264 145 244 0 54 11 35 470 42 67
Binary 10110100 1100101 10100100 0 101100 1001 11101 100111000 100010 110111

Color Harmonies of #B465A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465A4

Black with #B465A4

Text Example


Text Example

White with #B465A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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