Html Css Color HEX #B46AAB Violet Blue

📋 copy color: '#B46AAB'

red 180 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #B46AAB

Tints of Violet Blue #B46AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

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

R = 39.39%
G = 23.19%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B46AAB (or 0xB46AAB) is known color: Violet Blue. HEX triplet: B4, 6A and AB. RGB value is (180,106,171). Sum of RGB (Red+Green+Blue) = 180+106+171=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AAB is #4B9554. Grayscale: #878787. Windows color (decimal): -4953429 or 11233972. OLE color: 11233972.

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

Color convert

RGB 180 106 171 -
CMYK 0 0.41 0.05 0.29
HSL 307.3º 0.33% 0.56% -
HSV(B) 307.3º 0.41% 0.71% -
XYZ 31.33 22.95 41.31 -
YUV 135.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 180 106 171 0 0.41 0.05 0.29 307.3 0.33 0.56
Hex B4 6A AB 0 29 5 1D 133 21 38
Octal 264 152 253 0 51 5 35 463 41 70
Binary 10110100 1101010 10101011 0 101001 101 11101 100110011 100001 111000

Color Harmonies of #B46AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46AAB

Black with #B46AAB

Text Example


Text Example

White with #B46AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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