Html Css Color HEX #B46FAE Violet Blue

📋 copy color: '#B46FAE'

red 180 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #B46FAE

Tints of Violet Blue #B46FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.87%

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

R = 38.71%
G = 23.87%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B46FAE (or 0xB46FAE) is known color: Violet Blue. HEX triplet: B4, 6F and AE. RGB value is (180,111,174). Sum of RGB (Red+Green+Blue) = 180+111+174=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FAE is #4B9051. Grayscale: #8A8A8A. Windows color (decimal): -4952146 or 11431860. OLE color: 11431860.

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

Color convert

RGB 180 111 174 -
CMYK 0 0.38 0.03 0.29
HSL 305.22º 0.32% 0.57% -
HSV(B) 305.22º 0.38% 0.71% -
XYZ 32.15 24.13 43.01 -
YUV 138.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 180 111 174 0 0.38 0.03 0.29 305.22 0.32 0.57
Hex B4 6F AE 0 26 3 1D 131 20 39
Octal 264 157 256 0 46 3 35 461 40 71
Binary 10110100 1101111 10101110 0 100110 11 11101 100110001 100000 111001

Color Harmonies of #B46FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FAE

Black with #B46FAE

Text Example


Text Example

White with #B46FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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