#B25ECA

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

Shades of Medium Orchid #B25ECA

Tints of Medium Orchid #B25ECA

Color information

#B25ECA (or 0xB25ECA) is unknown color: approx Medium Orchid. HEX triplet: B2, 5E and CA. RGB value is (178,94,202). Sum of RGB (Red+Green+Blue) = 178+94+202=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #B25ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ECA is #4DA135. Grayscale: #838383. Windows color (decimal): -5087542 or 13262514. OLE color: 13262514.

HSL color Cylindrical-coordinate representation of color #B25ECA: hue angle of 286.67º 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 #B25ECA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17894202-
CMYK0.120.5300.21
HSL286.67º50.47%58.04%-
HSV(B)286.67º53.47%79.22%-
XYZ33.0221.7358.33-
YUV131.43167.83161.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=37.55%
G=19.83%
B=42.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178942020.120.5300.21286.6750.4758.04
HexB25ECAC3501511f323a
Octal26213631214650254376272
Binary101100101011110110010101100110101010101100011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25ECA; }

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

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

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

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

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

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

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

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