#B25CC6

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

Shades of Medium Orchid #B25CC6

Tints of Medium Orchid #B25CC6

Color information

#B25CC6 (or 0xB25CC6) is unknown color: approx Medium Orchid. HEX triplet: B2, 5C and C6. RGB value is (178,92,198). Sum of RGB (Red+Green+Blue) = 178+92+198=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #B25CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CC6 is #4DA339. Grayscale: #818181. Windows color (decimal): -5088058 or 12999858. OLE color: 12999858.

HSL color Cylindrical-coordinate representation of color #B25CC6: hue angle of 288.68º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25CC6 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17892198-
CMYK0.100.5400.22
HSL288.68º48.18%56.86%-
HSV(B)288.68º53.54%77.65%-
XYZ32.3821.255.81-
YUV129.8166.49162.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 198 (77.73% from 255) = 42.31%
R=38.03%
G=19.66%
B=42.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178921980.100.5400.22288.6848.1856.86
HexB25CC6A360161213039
Octal26213430612660264416071
Binary101100101011100110001101010110110010110100100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25CC6; }

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

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

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

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

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

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

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

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