#B25FEA

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

Shades of Medium Orchid #B25FEA

Tints of Medium Orchid #B25FEA

Color information

#B25FEA (or 0xB25FEA) is unknown color: approx Medium Orchid. HEX triplet: B2, 5F and EA. RGB value is (178,95,234). Sum of RGB (Red+Green+Blue) = 178+95+234=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #B25FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FEA is #4DA015. Grayscale: #878787. Windows color (decimal): -5087254 or 15359922. OLE color: 15359922.

HSL color Cylindrical-coordinate representation of color #B25FEA: hue angle of 275.83º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25FEA is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17895234-
CMYK0.240.5900.08
HSL275.83º76.8%64.51%-
HSV(B)275.83º59.4%91.76%-
XYZ37.323.5980.43-
YUV135.66183.5158.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=35.11%
G=18.74%
B=46.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178952340.240.5900.08275.8376.864.51
HexB25FEA183B081144d41
Octal2621373523073010424115101
Binary10110010101111111101010110001110110100010001010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FEA; }

 p { color: rgb(178,95,234); }

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

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

 a { background-color: rgb(178,95,234); }

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

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

 span { border-color: rgb(178,95,234); }

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