Html Css Color HEX #B46DAE Violet Blue

📋 copy color: '#B46DAE'

red 180 ◦ green 109 ◦ blue 174

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

Shades of Violet Blue #B46DAE

Tints of Violet Blue #B46DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 38.88%
G = 23.54%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B46DAE (or 0xB46DAE) is known color: Violet Blue. HEX triplet: B4, 6D and AE. RGB value is (180,109,174). Sum of RGB (Red+Green+Blue) = 180+109+174=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DAE is #4B9251. Grayscale: #898989. Windows color (decimal): -4952658 or 11431348. OLE color: 11431348.

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

Color convert

RGB 180 109 174 -
CMYK 0 0.39 0.03 0.29
HSL 305.07º 0.32% 0.57% -
HSV(B) 305.07º 0.39% 0.71% -
XYZ 31.93 23.7 42.94 -
YUV 137.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 180 109 174 0 0.39 0.03 0.29 305.07 0.32 0.57
Hex B4 6D AE 0 27 3 1D 131 20 39
Octal 264 155 256 0 47 3 35 461 40 71
Binary 10110100 1101101 10101110 0 100111 11 11101 100110001 100000 111001

Color Harmonies of #B46DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DAE

Black with #B46DAE

Text Example


Text Example

White with #B46DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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