#B067AE

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

Shades of Violet Blue #B067AE

Tints of Violet Blue #B067AE

Color information

#B067AE (or 0xB067AE) is unknown color: approx Violet Blue. HEX triplet: B0, 67 and AE. RGB value is (176,103,174). Sum of RGB (Red+Green+Blue) = 176+103+174=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B067AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B067AE is #4F9851. Grayscale: #848484. Windows color (decimal): -5216338 or 11429808. OLE color: 11429808.

HSL color Cylindrical-coordinate representation of color #B067AE: hue angle of 301.64º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B067AE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176103174-
CMYK00.410.010.31
HSL301.64º31.6%54.71%-
HSV(B)301.64º41.48%69.02%-
XYZ30.3921.9942.69-
YUV132.92151.18158.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=38.85%
G=22.74%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610317400.410.010.31301.6431.654.71
HexB067AE02911F12e2037
Octal2601472560511374564067
Binary101100001100111101011100101001111111100101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067AE; }

 p { color: rgb(176,103,174); }

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

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

 a { background-color: rgb(176,103,174); }

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

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

 span { border-color: rgb(176,103,174); }

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