#B269B3

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

Shades of Violet Blue #B269B3

Tints of Violet Blue #B269B3

Color information

#B269B3 (or 0xB269B3) is unknown color: approx Violet Blue. HEX triplet: B2, 69 and B3. RGB value is (178,105,179). Sum of RGB (Red+Green+Blue) = 178+105+179=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #B269B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269B3 is #4D964C. Grayscale: #878787. Windows color (decimal): -5084749 or 11758002. OLE color: 11758002.

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

Color convert

RGB178105179-
CMYK0.010.4100.30
HSL299.19º32.74%55.69%-
HSV(B)299.19º41.34%70.2%-
XYZ31.5522.8245.39-
YUV135.26152.68158.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=38.53%
G=22.73%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781051790.010.4100.30299.1932.7455.69
HexB269B312901E12b2138
Octal2621512631510364534170
Binary101100101101001101100111101001011110100101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269B3; }

 p { color: rgb(178,105,179); }

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

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

 a { background-color: rgb(178,105,179); }

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

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

 span { border-color: rgb(178,105,179); }

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