#B25EF9

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

Shades of Medium Orchid #B25EF9

Tints of Medium Orchid #B25EF9

Color information

#B25EF9 (or 0xB25EF9) is unknown color: approx Medium Orchid. HEX triplet: B2, 5E and F9. RGB value is (178,94,249). Sum of RGB (Red+Green+Blue) = 178+94+249=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #B25EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EF9 is #4DA106. Grayscale: #888888. Windows color (decimal): -5087495 or 16342706. OLE color: 16342706.

HSL color Cylindrical-coordinate representation of color #B25EF9: hue angle of 272.52º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25EF9 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17894249-
CMYK0.290.6200.02
HSL272.52º92.81%67.25%-
HSV(B)272.52º62.25%97.65%-
XYZ39.4624.3192.23-
YUV136.79191.33157.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=34.17%
G=18.04%
B=47.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178942490.290.6200.02272.5292.8167.25
HexB25EF91D3E021115d43
Octal262136371357602421135103
Binary101100101011110111110011110111111001010001000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EF9; }

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

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

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

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

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

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

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

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