#B256D3

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

Shades of Medium Orchid #B256D3

Tints of Medium Orchid #B256D3

Color information

#B256D3 (or 0xB256D3) is unknown color: approx Medium Orchid. HEX triplet: B2, 56 and D3. RGB value is (178,86,211). Sum of RGB (Red+Green+Blue) = 178+86+211=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #B256D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256D3 is #4DA92C. Grayscale: #7F7F7F. Windows color (decimal): -5089581 or 13850290. OLE color: 13850290.

HSL color Cylindrical-coordinate representation of color #B256D3: hue angle of 284.16º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B256D3 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17886211-
CMYK0.160.5900.17
HSL284.16º58.69%58.24%-
HSV(B)284.16º59.24%82.75%-
XYZ33.4520.8263.88-
YUV127.76174.98163.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 211 (82.81% from 255) = 44.42%
R=37.47%
G=18.11%
B=44.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178862110.160.5900.17284.1658.6958.24
HexB256D3103B01111c3b3a
Octal26212632320730214347372
Binary1011001010101101101001110000111011010001100011100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B256D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B256D3; }

 p { color: rgb(178,86,211); }

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

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

 a { background-color: rgb(178,86,211); }

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

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

 span { border-color: rgb(178,86,211); }

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