#B25EF3

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

Shades of Medium Orchid #B25EF3

Tints of Medium Orchid #B25EF3

Color information

#B25EF3 (or 0xB25EF3) is unknown color: approx Medium Orchid. HEX triplet: B2, 5E and F3. RGB value is (178,94,243). Sum of RGB (Red+Green+Blue) = 178+94+243=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #B25EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EF3 is #4DA10C. Grayscale: #878787. Windows color (decimal): -5087501 or 15949490. OLE color: 15949490.

HSL color Cylindrical-coordinate representation of color #B25EF3: hue angle of 273.83º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25EF3 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17894243-
CMYK0.270.6100.05
HSL273.83º86.13%66.08%-
HSV(B)273.83º61.32%95.29%-
XYZ38.5423.9487.38-
YUV136.1188.33157.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 94 (37.11% from 255) = 18.25%
BLUE value IS 243 (95.31% from 255) = 47.18%
R=34.56%
G=18.25%
B=47.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal178942430.270.6100.05273.8386.1366.08
HexB25EF31B3D051125642
Octal262136363337505422126102
Binary1011001010111101111001111011111101010110001001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EF3; }

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

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

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

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

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

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

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

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