Html Css Color HEX #B466AB Violet Blue

📋 copy color: '#B466AB'

red 180 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #B466AB

Tints of Violet Blue #B466AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

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

R = 39.74%
G = 22.52%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B466AB (or 0xB466AB) is known color: Violet Blue. HEX triplet: B4, 66 and AB. RGB value is (180,102,171). Sum of RGB (Red+Green+Blue) = 180+102+171=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B466AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466AB is #4B9954. Grayscale: #848484. Windows color (decimal): -4954453 or 11232948. OLE color: 11232948.

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

Color convert

RGB 180 102 171 -
CMYK 0 0.43 0.05 0.29
HSL 306.92º 0.34% 0.55% -
HSV(B) 306.92º 0.43% 0.71% -
XYZ 30.92 22.15 41.17 -
YUV 133.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 180 102 171 0 0.43 0.05 0.29 306.92 0.34 0.55
Hex B4 66 AB 0 2B 5 1D 133 22 37
Octal 264 146 253 0 53 5 35 463 42 67
Binary 10110100 1100110 10101011 0 101011 101 11101 100110011 100010 110111

Color Harmonies of #B466AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466AB

Black with #B466AB

Text Example


Text Example

White with #B466AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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