#B259D6

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

Shades of Medium Orchid #B259D6

Tints of Medium Orchid #B259D6

Color information

#B259D6 (or 0xB259D6) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and D6. RGB value is (178,89,214). Sum of RGB (Red+Green+Blue) = 178+89+214=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #B259D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259D6 is #4DA629. Grayscale: #818181. Windows color (decimal): -5088810 or 14047666. OLE color: 14047666.

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

Color convert

RGB17889214-
CMYK0.170.5800.16
HSL282.72º60.39%59.41%-
HSV(B)282.72º58.41%83.92%-
XYZ34.0721.4665.97-
YUV129.86175.49162.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 89 (35.16% from 255) = 18.50%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=37.01%
G=18.50%
B=44.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178892140.170.5800.16282.7260.3959.41
HexB259D6113A01011b3c3b
Octal26213132621720204337473
Binary1011001010110011101011010001111010010000100011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259D6; }

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

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

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

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

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

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

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

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