#B25DCD

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

Shades of Medium Orchid #B25DCD

Tints of Medium Orchid #B25DCD

Color information

#B25DCD (or 0xB25DCD) is unknown color: approx Medium Orchid. HEX triplet: B2, 5D and CD. RGB value is (178,93,205). Sum of RGB (Red+Green+Blue) = 178+93+205=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B25DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DCD is #4DA232. Grayscale: #828282. Windows color (decimal): -5087795 or 13458866. OLE color: 13458866.

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

Color convert

RGB17893205-
CMYK0.130.5500.20
HSL285.54º52.83%58.43%-
HSV(B)285.54º54.63%80.39%-
XYZ33.2921.760.19-
YUV131.18169.66161.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=37.39%
G=19.54%
B=43.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178932050.130.5500.20285.5452.8358.43
HexB25DCDD3701411e353a
Octal26213531515670244366572
Binary101100101011101110011011101110111010100100011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25DCD; }

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

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

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

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

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

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

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

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