#B671AD

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

Shades of Violet Blue #B671AD

Tints of Violet Blue #B671AD

Color information

#B671AD (or 0xB671AD) is unknown color: approx Violet Blue. HEX triplet: B6, 71 and AD. RGB value is (182,113,173). Sum of RGB (Red+Green+Blue) = 182+113+173=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B671AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671AD is #498E52. Grayscale: #8C8C8C. Windows color (decimal): -4820563 or 11366838. OLE color: 11366838.

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

Color convert

RGB182113173-
CMYK00.380.050.29
HSL307.83º32.09%57.84%-
HSV(B)307.83º37.91%71.37%-
XYZ32.7424.7742.59-
YUV140.47146.36157.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=38.89%
G=24.15%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211317300.380.050.29307.8332.0957.84
HexB671AD02651D134203a
Octal2661612550465354644072
Binary10110110111000110101101010011010111101100110100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671AD; }

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

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

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

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

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

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

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

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