#B671AE

Color #B671AE Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B671AE

Tints of Violet Blue #B671AE

Color information

#B671AE (or 0xB671AE) is unknown color: approx Violet Blue. HEX triplet: B6, 71 and AE. RGB value is (182,113,174). Sum of RGB (Red+Green+Blue) = 182+113+174=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B671AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671AE is #498E51. Grayscale: #8C8C8C. Windows color (decimal): -4820562 or 11432374. OLE color: 11432374.

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

Color convert

RGB182113174-
CMYK00.380.040.29
HSL306.96º32.09%57.84%-
HSV(B)306.96º37.91%71.37%-
XYZ32.8424.8143.1-
YUV140.58146.86157.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=38.81%
G=24.09%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211317400.380.040.29306.9632.0957.84
HexB671AE02641D133203a
Octal2661612560464354634072
Binary10110110111000110101110010011010011101100110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671AE; }

 p { color: rgb(182,113,174); }

 H1.HeaderClassName
 {
   color: #B671AE;
 }
 .AnyTagClassName
 {
   color: #B671AE;
 }
</style>
background-color css

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

 a { background-color: rgb(182,113,174); }

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

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

 span { border-color: rgb(182,113,174); }

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