#b263cd

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

Shades of Medium Orchid #B263CD

Tints of Medium Orchid #B263CD

Color information

#B263CD (or 0xB263CD) is unknown color: approx Medium Orchid. HEX triplet: B2, 63 and CD. RGB value is (178,99,205). Sum of RGB (Red+Green+Blue) = 178+99+205=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B263CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263CD is #4D9C32. Grayscale: #868686. Windows color (decimal): -5086259 or 13460402. OLE color: 13460402.

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

Color convert

RGB17899205-
CMYK0.130.5200.20
HSL284.72º51.46%59.61%-
HSV(B)284.72º51.71%80.39%-
XYZ33.8422.860.37-
YUV134.71167.67158.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 99 (39.06% from 255) = 20.54%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=36.93%
G=20.54%
B=42.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178992050.130.5200.20284.7251.4659.61
HexB263CDD3401411d333c
Octal26214331515640244356374
Binary101100101100011110011011101110100010100100011101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b263cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b263cd; }

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

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

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

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

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

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

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

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