#b25bcc

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

Shades of Medium Orchid #B25BCC

Tints of Medium Orchid #B25BCC

Color information

#B25BCC (or 0xB25BCC) is unknown color: approx Medium Orchid. HEX triplet: B2, 5B and CC. RGB value is (178,91,204). Sum of RGB (Red+Green+Blue) = 178+91+204=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCC is #4DA433. Grayscale: #818181. Windows color (decimal): -5088308 or 13392818. OLE color: 13392818.

HSL color Cylindrical-coordinate representation of color #B25BCC: hue angle of 286.19º 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 #B25BCC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17891204-
CMYK0.130.5500.2
HSL286.19º52.56%57.84%-
HSV(B)286.19º55.39%80%-
XYZ3321.3159.5-
YUV129.89169.82162.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=37.63%
G=19.24%
B=43.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178912040.130.5500.2286.1952.5657.84
HexB25BCCD3701411e353a
Octal26213331415670244366572
Binary101100101011011110011001101110111010100100011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25bcc; }

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

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

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

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

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

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

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

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