Html Css Color HEX #B465AB Violet Blue

📋 copy color: '#B465AB'

red 180 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #B465AB

Tints of Violet Blue #B465AB

RGB

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

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

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

R = 39.82%
G = 22.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B465AB (or 0xB465AB) is known color: Violet Blue. HEX triplet: B4, 65 and AB. RGB value is (180,101,171). Sum of RGB (Red+Green+Blue) = 180+101+171=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B465AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465AB is #4B9A54. Grayscale: #848484. Windows color (decimal): -4954709 or 11232692. OLE color: 11232692.

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

Color convert

RGB 180 101 171 -
CMYK 0 0.44 0.05 0.29
HSL 306.84º 0.34% 0.55% -
HSV(B) 306.84º 0.44% 0.71% -
XYZ 30.83 21.95 41.14 -
YUV 132.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 180 101 171 0 0.44 0.05 0.29 306.84 0.34 0.55
Hex B4 65 AB 0 2C 5 1D 133 22 37
Octal 264 145 253 0 54 5 35 463 42 67
Binary 10110100 1100101 10101011 0 101100 101 11101 100110011 100010 110111

Color Harmonies of #B465AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465AB

Black with #B465AB

Text Example


Text Example

White with #B465AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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