#B25AC2

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

Shades of Medium Orchid #B25AC2

Tints of Medium Orchid #B25AC2

Color information

#B25AC2 (or 0xB25AC2) is unknown color: approx Medium Orchid. HEX triplet: B2, 5A and C2. RGB value is (178,90,194). Sum of RGB (Red+Green+Blue) = 178+90+194=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #B25AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AC2 is #4DA53D. Grayscale: #7F7F7F. Windows color (decimal): -5088574 or 12737202. OLE color: 12737202.

HSL color Cylindrical-coordinate representation of color #B25AC2: hue angle of 290.77º degrees, saturation: 0.46, 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 #B25AC2 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17890194-
CMYK0.080.5400.24
HSL290.77º46.02%55.69%-
HSV(B)290.77º53.61%76.08%-
XYZ31.7520.6753.36-
YUV128.17165.15163.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 194 (76.17% from 255) = 41.99%
R=38.53%
G=19.48%
B=41.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178901940.080.5400.24290.7746.0255.69
HexB25AC28360181232e38
Octal26213230210660304435670
Binary101100101011010110000101000110110011000100100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AC2; }

 p { color: rgb(178,90,194); }

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

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

 a { background-color: rgb(178,90,194); }

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

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

 span { border-color: rgb(178,90,194); }

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