#B259E5

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

Shades of Medium Orchid #B259E5

Tints of Medium Orchid #B259E5

Color information

#B259E5 (or 0xB259E5) is unknown color: approx Medium Orchid. HEX triplet: B2, 59 and E5. RGB value is (178,89,229). Sum of RGB (Red+Green+Blue) = 178+89+229=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #B259E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259E5 is #4DA61A. Grayscale: #838383. Windows color (decimal): -5088795 or 15030706. OLE color: 15030706.

HSL color Cylindrical-coordinate representation of color #B259E5: hue angle of 278.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B259E5 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17889229-
CMYK0.220.6100.10
HSL278.14º72.92%62.35%-
HSV(B)278.14º61.14%89.8%-
XYZ36.0822.2776.53-
YUV131.57182.99161.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 229 (89.84% from 255) = 46.17%
R=35.89%
G=17.94%
B=46.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178892290.220.6100.10278.1472.9262.35
HexB259E5163D0A116493e
Octal262131345267501242611176
Binary1011001010110011110010110110111101010101000101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B259E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B259E5; }

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

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

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

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

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

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

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

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