#B25BCF

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

Shades of Medium Orchid #B25BCF

Tints of Medium Orchid #B25BCF

Color information

#B25BCF (or 0xB25BCF) is unknown color: approx Medium Orchid. HEX triplet: B2, 5B and CF. RGB value is (178,91,207). Sum of RGB (Red+Green+Blue) = 178+91+207=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B25BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCF is #4DA430. Grayscale: #818181. Windows color (decimal): -5088305 or 13589426. OLE color: 13589426.

HSL color Cylindrical-coordinate representation of color #B25BCF: hue angle of 285º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25BCF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17891207-
CMYK0.140.5600.19
HSL285º54.72%58.43%-
HSV(B)285º56.04%81.18%-
XYZ33.3621.4561.41-
YUV130.24171.32162.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 91 (35.94% from 255) = 19.12%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=37.39%
G=19.12%
B=43.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178912070.140.5600.1928554.7258.43
HexB25BCFE3801311d373a
Octal26213331716700234356772
Binary101100101011011110011111110111000010011100011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BCF; }

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

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

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

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

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

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

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

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