#B267AE

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

Shades of Violet Blue #B267AE

Tints of Violet Blue #B267AE

Color information

#B267AE (or 0xB267AE) is unknown color: approx Violet Blue. HEX triplet: B2, 67 and AE. RGB value is (178,103,174). Sum of RGB (Red+Green+Blue) = 178+103+174=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B267AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B267AE is #4D9851. Grayscale: #858585. Windows color (decimal): -5085266 or 11429810. OLE color: 11429810.

HSL color Cylindrical-coordinate representation of color #B267AE: hue angle of 303.2º 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 #B267AE is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178103174-
CMYK00.420.020.30
HSL303.2º32.75%55.1%-
HSV(B)303.2º42.13%69.8%-
XYZ30.8522.2242.71-
YUV133.52150.85159.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=39.12%
G=22.64%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810317400.420.020.30303.232.7555.1
HexB267AE02A21E12f2137
Octal2621472560522364574167
Binary1011001011001111010111001010101011110100101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267AE; }

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

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

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

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

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

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

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

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