#B25CD8

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

Shades of Medium Orchid #B25CD8

Tints of Medium Orchid #B25CD8

Color information

#B25CD8 (or 0xB25CD8) is unknown color: approx Medium Orchid. HEX triplet: B2, 5C and D8. RGB value is (178,92,216). Sum of RGB (Red+Green+Blue) = 178+92+216=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #B25CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CD8 is #4DA327. Grayscale: #838383. Windows color (decimal): -5088040 or 14179506. OLE color: 14179506.

HSL color Cylindrical-coordinate representation of color #B25CD8: hue angle of 281.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25CD8 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17892216-
CMYK0.180.5700.15
HSL281.61º61.39%60.39%-
HSV(B)281.61º57.41%84.71%-
XYZ34.5822.0867.4-
YUV131.85175.49160.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=36.63%
G=18.93%
B=44.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178922160.180.5700.15281.6161.3960.39
HexB25CD812390F11a3d3c
Octal26213433022710174327574
Binary101100101011100110110001001011100101111100011010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CD8; }

 p { color: rgb(178,92,216); }

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

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

 a { background-color: rgb(178,92,216); }

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

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

 span { border-color: rgb(178,92,216); }

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