#B259C3

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

Shades of Medium Orchid #B259C3

Tints of Medium Orchid #B259C3

Color information

#B259C3 (or 0xB259C3) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and C3. RGB value is (178,89,195). Sum of RGB (Red+Green+Blue) = 178+89+195=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #B259C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259C3 is #4DA63C. Grayscale: #7F7F7F. Windows color (decimal): -5088829 or 12802482. OLE color: 12802482.

HSL color Cylindrical-coordinate representation of color #B259C3: hue angle of 290.38º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B259C3 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17889195-
CMYK0.090.5400.24
HSL290.38º46.9%55.69%-
HSV(B)290.38º54.36%76.47%-
XYZ31.7820.5553.92-
YUV127.7165.99163.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=38.53%
G=19.26%
B=42.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178891950.090.5400.24290.3846.955.69
HexB259C39360181222f38
Octal26213130311660304425770
Binary101100101011001110000111001110110011000100100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259C3; }

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

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

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

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

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

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

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

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