#B067B4

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

Shades of Violet Blue #B067B4

Tints of Violet Blue #B067B4

Color information

#B067B4 (or 0xB067B4) is unknown color: approx Violet Blue. HEX triplet: B0, 67 and B4. RGB value is (176,103,180). Sum of RGB (Red+Green+Blue) = 176+103+180=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #B067B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067B4 is #4F984B. Grayscale: #858585. Windows color (decimal): -5216332 or 11823024. OLE color: 11823024.

HSL color Cylindrical-coordinate representation of color #B067B4: hue angle of 296.88º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B067B4 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176103180-
CMYK0.020.4300.29
HSL296.88º33.92%55.49%-
HSV(B)296.88º42.78%70.59%-
XYZ30.9922.2345.84-
YUV133.6154.18158.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=38.34%
G=22.44%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761031800.020.4300.29296.8833.9255.49
HexB067B422B01D1292237
Octal2601472642530354514267
Binary1011000011001111011010010101011011101100101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067B4; }

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

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

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

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

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

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

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

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