#B263E1

Color #B263E1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B263E1

Tints of Medium Orchid #B263E1

Color information

#B263E1 (or 0xB263E1) is unknown color: approx Medium Orchid. HEX triplet: B2, 63 and E1. RGB value is (178,99,225). Sum of RGB (Red+Green+Blue) = 178+99+225=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #B263E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263E1 is #4D9C1E. Grayscale: #888888. Windows color (decimal): -5086239 or 14771122. OLE color: 14771122.

HSL color Cylindrical-coordinate representation of color #B263E1: hue angle of 277.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B263E1 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17899225-
CMYK0.210.5600.12
HSL277.62º67.74%63.53%-
HSV(B)277.62º56%88.24%-
XYZ36.4123.8273.91-
YUV136.99177.67157.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 99 (39.06% from 255) = 19.72%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=35.46%
G=19.72%
B=44.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178992250.210.5600.12277.6267.7463.53
HexB263E115380C1164440
Octal2621433412570014426104100
Binary10110010110001111100001101011110000110010001011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263E1; }

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

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

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

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

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

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

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

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