#B25DDE

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

Shades of Medium Orchid #B25DDE

Tints of Medium Orchid #B25DDE

Color information

#B25DDE (or 0xB25DDE) is unknown color: approx Medium Orchid. HEX triplet: B2, 5D and DE. RGB value is (178,93,222). Sum of RGB (Red+Green+Blue) = 178+93+222=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #B25DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DDE is #4DA221. Grayscale: #848484. Windows color (decimal): -5087778 or 14572978. OLE color: 14572978.

HSL color Cylindrical-coordinate representation of color #B25DDE: hue angle of 279.53º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25DDE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17893222-
CMYK0.200.5800.13
HSL279.53º66.15%61.76%-
HSV(B)279.53º58.11%87.06%-
XYZ35.4622.5771.59-
YUV133.12178.16160.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=36.11%
G=18.86%
B=45.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178932220.200.5800.13279.5366.1561.76
HexB25DDE143A0D118423e
Octal262135336247201543010276
Binary1011001010111011101111010100111010011011000110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DDE; }

 p { color: rgb(178,93,222); }

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

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

 a { background-color: rgb(178,93,222); }

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

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

 span { border-color: rgb(178,93,222); }

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