#B259EC

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

Shades of Medium Orchid #B259EC

Tints of Medium Orchid #B259EC

Color information

#B259EC (or 0xB259EC) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and EC. RGB value is (178,89,236). Sum of RGB (Red+Green+Blue) = 178+89+236=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #B259EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259EC is #4DA613. Grayscale: #838383. Windows color (decimal): -5088788 or 15489458. OLE color: 15489458.

HSL color Cylindrical-coordinate representation of color #B259EC: hue angle of 276.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B259EC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17889236-
CMYK0.250.6200.07
HSL276.33º79.46%63.73%-
HSV(B)276.33º62.29%92.55%-
XYZ37.0722.6781.78-
YUV132.37186.49160.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 89 (35.16% from 255) = 17.69%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=35.39%
G=17.69%
B=46.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178892360.250.6200.07276.3379.4663.73
HexB259EC193E071144f40
Octal262131354317607424117100
Binary1011001010110011110110011001111110011110001010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259EC; }

 p { color: rgb(178,89,236); }

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

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

 a { background-color: rgb(178,89,236); }

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

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

 span { border-color: rgb(178,89,236); }

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