#B259DD

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

Shades of Medium Orchid #B259DD

Tints of Medium Orchid #B259DD

Color information

#B259DD (or 0xB259DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and DD. RGB value is (178,89,221). Sum of RGB (Red+Green+Blue) = 178+89+221=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #B259DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259DD is #4DA622. Grayscale: #828282. Windows color (decimal): -5088803 or 14506418. OLE color: 14506418.

HSL color Cylindrical-coordinate representation of color #B259DD: hue angle of 280.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B259DD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17889221-
CMYK0.190.6000.13
HSL280.45º66%60.78%-
HSV(B)280.45º59.73%86.67%-
XYZ34.9821.8370.78-
YUV130.66178.99161.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 89 (35.16% from 255) = 18.24%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=36.48%
G=18.24%
B=45.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178892210.190.6000.13280.456660.78
HexB259DD133C0D118423d
Octal262131335237401543010275
Binary1011001010110011101110110011111100011011000110001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259DD; }

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

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

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

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

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

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

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

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