#B259CF

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

Shades of Medium Orchid #B259CF

Tints of Medium Orchid #B259CF

Color information

#B259CF (or 0xB259CF) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and CF. RGB value is (178,89,207). Sum of RGB (Red+Green+Blue) = 178+89+207=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B259CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259CF is #4DA630. Grayscale: #808080. Windows color (decimal): -5088817 or 13588914. OLE color: 13588914.

HSL color Cylindrical-coordinate representation of color #B259CF: hue angle of 285.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B259CF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17889207-
CMYK0.140.5700.19
HSL285.25º55.14%58.04%-
HSV(B)285.25º57%81.18%-
XYZ33.1921.1161.36-
YUV129.06171.99162.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=37.55%
G=18.78%
B=43.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178892070.140.5700.19285.2555.1458.04
HexB259CFE3901311d373a
Octal26213131716710234356772
Binary101100101011001110011111110111001010011100011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259CF; }

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

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

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

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

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

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

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

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