#B25EC4

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

Shades of Medium Orchid #B25EC4

Tints of Medium Orchid #B25EC4

Color information

#B25EC4 (or 0xB25EC4) is unknown color: approx Medium Orchid. HEX triplet: B2, 5E and C4. RGB value is (178,94,196). Sum of RGB (Red+Green+Blue) = 178+94+196=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #B25EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EC4 is #4DA13B. Grayscale: #828282. Windows color (decimal): -5087548 or 12869298. OLE color: 12869298.

HSL color Cylindrical-coordinate representation of color #B25EC4: hue angle of 289.41º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25EC4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17894196-
CMYK0.090.5200.23
HSL289.41º46.36%56.86%-
HSV(B)289.41º52.04%76.86%-
XYZ32.3321.4654.66-
YUV130.74164.83161.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=38.03%
G=20.09%
B=41.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178941960.090.5200.23289.4146.3656.86
HexB25EC49340171212e39
Octal26213630411640274415671
Binary101100101011110110001001001110100010111100100001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EC4; }

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

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

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

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

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

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

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

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