#B267AA

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

Shades of Violet Blue #B267AA

Tints of Violet Blue #B267AA

Color information

#B267AA (or 0xB267AA) is unknown color: approx Violet Blue. HEX triplet: B2, 67 and AA. RGB value is (178,103,170). Sum of RGB (Red+Green+Blue) = 178+103+170=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B267AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B267AA is #4D9855. Grayscale: #848484. Windows color (decimal): -5085270 or 11167666. OLE color: 11167666.

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

Color convert

RGB178103170-
CMYK00.420.040.30
HSL306.4º32.75%55.1%-
HSV(B)306.4º42.13%69.8%-
XYZ30.4722.0740.68-
YUV133.06148.85160.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=39.47%
G=22.84%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810317000.420.040.30306.432.7555.1
HexB267AA02A41E1322137
Octal2621472520524364624167
Binary10110010110011110101010010101010011110100110010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267AA; }

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

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

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

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

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

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

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

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