#B25FC8

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

Shades of Medium Orchid #B25FC8

Tints of Medium Orchid #B25FC8

Color information

#B25FC8 (or 0xB25FC8) is unknown color: approx Medium Orchid. HEX triplet: B2, 5F and C8. RGB value is (178,95,200). Sum of RGB (Red+Green+Blue) = 178+95+200=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #B25FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FC8 is #4DA037. Grayscale: #838383. Windows color (decimal): -5087288 or 13131698. OLE color: 13131698.

HSL color Cylindrical-coordinate representation of color #B25FC8: hue angle of 287.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25FC8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17895200-
CMYK0.110.5200.22
HSL287.43º48.84%57.84%-
HSV(B)287.43º52.5%78.43%-
XYZ32.8821.8257.12-
YUV131.79166.5160.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=37.63%
G=20.08%
B=42.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178952000.110.5200.22287.4348.8457.84
HexB25FC8B3401611f313a
Octal26213731013640264376172
Binary101100101011111110010001011110100010110100011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FC8; }

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

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

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

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

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

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

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

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