#B25FCC

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

Shades of Medium Orchid #B25FCC

Tints of Medium Orchid #B25FCC

Color information

#B25FCC (or 0xB25FCC) is unknown color: approx Medium Orchid. HEX triplet: B2, 5F and CC. RGB value is (178,95,204). Sum of RGB (Red+Green+Blue) = 178+95+204=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FCC is #4DA033. Grayscale: #838383. Windows color (decimal): -5087284 or 13393842. OLE color: 13393842.

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

Color convert

RGB17895204-
CMYK0.130.5300.2
HSL285.69º51.66%58.63%-
HSV(B)285.69º53.43%80%-
XYZ33.3522.0159.62-
YUV132.24168.5160.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=37.32%
G=19.92%
B=42.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178952040.130.5300.2285.6951.6658.63
HexB25FCCD3501411e343b
Octal26213731415650244366473
Binary101100101011111110011001101110101010100100011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FCC; }

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

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

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

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

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

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

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

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