Html Css Color HEX #B465A5 Violet Blue

📋 copy color: '#B465A5'

red 180 ◦ green 101 ◦ blue 165

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

Shades of Violet Blue #B465A5

Tints of Violet Blue #B465A5

RGB

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

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

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

R = 40.36%
G = 22.65%
B = 37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B465A5 (or 0xB465A5) is known color: Violet Blue. HEX triplet: B4, 65 and A5. RGB value is (180,101,165). Sum of RGB (Red+Green+Blue) = 180+101+165=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A5 is #4B9A5A. Grayscale: #838383. Windows color (decimal): -4954715 or 10839476. OLE color: 10839476.

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

Color convert

RGB 180 101 165 -
CMYK 0 0.44 0.08 0.29
HSL 311.39º 0.34% 0.55% -
HSV(B) 311.39º 0.44% 0.71% -
XYZ 30.27 21.73 38.2 -
YUV 131.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 180 101 165 0 0.44 0.08 0.29 311.39 0.34 0.55
Hex B4 65 A5 0 2C 8 1D 137 22 37
Octal 264 145 245 0 54 10 35 467 42 67
Binary 10110100 1100101 10100101 0 101100 1000 11101 100110111 100010 110111

Color Harmonies of #B465A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465A5

Black with #B465A5

Text Example


Text Example

White with #B465A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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