#B263A3

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

Shades of Violet Blue #B263A3

Tints of Violet Blue #B263A3

Color information

#B263A3 (or 0xB263A3) is unknown color: approx Violet Blue. HEX triplet: B2, 63 and A3. RGB value is (178,99,163). Sum of RGB (Red+Green+Blue) = 178+99+163=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B263A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B263A3 is #4D9C5C. Grayscale: #818181. Windows color (decimal): -5086301 or 10707890. OLE color: 10707890.

HSL color Cylindrical-coordinate representation of color #B263A3: hue angle of 311.39º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B263A3 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17899163-
CMYK00.440.080.30
HSL311.39º33.91%54.31%-
HSV(B)311.39º44.38%69.8%-
XYZ29.4321.0337.16-
YUV129.92146.67162.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=40.45%
G=22.5%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789916300.440.080.30311.3933.9154.31
HexB263A302C81E1372236
Octal26214324305410364674266
Binary101100101100011101000110101100100011110100110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263A3; }

 p { color: rgb(178,99,163); }

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

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

 a { background-color: rgb(178,99,163); }

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

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

 span { border-color: rgb(178,99,163); }

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