#B25EC9

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

Shades of Medium Orchid #B25EC9

Tints of Medium Orchid #B25EC9

Color information

#B25EC9 (or 0xB25EC9) is unknown color: approx Medium Orchid. HEX triplet: B2, 5E and C9. RGB value is (178,94,201). Sum of RGB (Red+Green+Blue) = 178+94+201=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #B25EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EC9 is #4DA136. Grayscale: #828282. Windows color (decimal): -5087543 or 13196978. OLE color: 13196978.

HSL color Cylindrical-coordinate representation of color #B25EC9: hue angle of 287.1º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25EC9 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17894201-
CMYK0.110.5300.21
HSL287.1º49.77%57.84%-
HSV(B)287.1º53.23%78.82%-
XYZ32.9121.6957.71-
YUV131.31167.33161.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=37.63%
G=19.87%
B=42.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178942010.110.5300.21287.149.7757.84
HexB25EC9B3501511f323a
Octal26213631113650254376272
Binary101100101011110110010011011110101010101100011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EC9; }

 p { color: rgb(178,94,201); }

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

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

 a { background-color: rgb(178,94,201); }

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

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

 span { border-color: rgb(178,94,201); }

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