Html Css Color HEX #B46DAC Violet Blue

📋 copy color: '#B46DAC'

red 180 ◦ green 109 ◦ blue 172

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

Shades of Violet Blue #B46DAC

Tints of Violet Blue #B46DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.64%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 39.05%
G = 23.64%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B46DAC (or 0xB46DAC) is known color: Violet Blue. HEX triplet: B4, 6D and AC. RGB value is (180,109,172). Sum of RGB (Red+Green+Blue) = 180+109+172=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DAC is #4B9253. Grayscale: #898989. Windows color (decimal): -4952660 or 11300276. OLE color: 11300276.

HSL color Cylindrical-coordinate representation of color #B46DAC: hue angle of 306.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46DAC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 109 172 -
CMYK 0 0.39 0.04 0.29
HSL 306.76º 0.32% 0.57% -
HSV(B) 306.76º 0.39% 0.71% -
XYZ 31.74 23.62 41.92 -
YUV 137.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 180 109 172 0 0.39 0.04 0.29 306.76 0.32 0.57
Hex B4 6D AC 0 27 4 1D 133 20 39
Octal 264 155 254 0 47 4 35 463 40 71
Binary 10110100 1101101 10101100 0 100111 100 11101 100110011 100000 111001

Color Harmonies of #B46DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DAC

Black with #B46DAC

Text Example


Text Example

White with #B46DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DAC; }

 p { color: rgb(180,109,172); }

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

background-color css

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

 a { background-color: rgb(180,109,172); }

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

border-color css

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

 span { border-color: rgb(180,109,172); }

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