#B263CC

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

Shades of Medium Orchid #B263CC

Tints of Medium Orchid #B263CC

Color information

#B263CC (or 0xB263CC) is unknown color: approx Medium Orchid. HEX triplet: B2, 63 and CC. RGB value is (178,99,204). Sum of RGB (Red+Green+Blue) = 178+99+204=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B263CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263CC is #4D9C33. Grayscale: #868686. Windows color (decimal): -5086260 or 13394866. OLE color: 13394866.

HSL color Cylindrical-coordinate representation of color #B263CC: hue angle of 285.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B263CC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17899204-
CMYK0.130.5100.2
HSL285.14º50.72%59.41%-
HSV(B)285.14º51.47%80%-
XYZ33.7222.7559.74-
YUV134.59167.17158.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=37.01%
G=20.58%
B=42.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178992040.130.5100.2285.1450.7259.41
HexB263CCD3301411d333b
Octal26214331415630244356373
Binary101100101100011110011001101110011010100100011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263CC; }

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

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

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

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

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

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

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

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