#B263AD

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

Shades of Violet Blue #B263AD

Tints of Violet Blue #B263AD

Color information

#B263AD (or 0xB263AD) is unknown color: approx Violet Blue. HEX triplet: B2, 63 and AD. RGB value is (178,99,173). Sum of RGB (Red+Green+Blue) = 178+99+173=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B263AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B263AD is #4D9C52. Grayscale: #828282. Windows color (decimal): -5086291 or 11363250. OLE color: 11363250.

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

Color convert

RGB17899173-
CMYK00.440.030.30
HSL303.8º33.91%54.31%-
HSV(B)303.8º44.38%69.8%-
XYZ30.3621.4142.07-
YUV131.06151.67161.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=39.56%
G=22%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789917300.440.030.30303.833.9154.31
HexB263AD02C31E1302236
Octal2621432550543364604266
Binary1011001011000111010110101011001111110100110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263AD; }

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

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

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

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

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

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

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

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