#B267B0

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

Shades of Violet Blue #B267B0

Tints of Violet Blue #B267B0

Color information

#B267B0 (or 0xB267B0) is unknown color: approx Violet Blue. HEX triplet: B2, 67 and B0. RGB value is (178,103,176). Sum of RGB (Red+Green+Blue) = 178+103+176=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B267B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B267B0 is #4D984F. Grayscale: #858585. Windows color (decimal): -5085264 or 11560882. OLE color: 11560882.

HSL color Cylindrical-coordinate representation of color #B267B0: hue angle of 301.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B267B0 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178103176-
CMYK00.420.010.30
HSL301.6º32.75%55.1%-
HSV(B)301.6º42.13%69.8%-
XYZ31.0522.343.74-
YUV133.75151.85159.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 103 (40.62% from 255) = 22.54%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=38.95%
G=22.54%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810317600.420.010.30301.632.7555.1
HexB267B002A11E12e2137
Octal2621472600521364564167
Binary101100101100111101100000101010111110100101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267B0; }

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

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

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

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

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

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

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

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