#B05FC1

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

Shades of Medium Orchid #B05FC1

Tints of Medium Orchid #B05FC1

Color information

#B05FC1 (or 0xB05FC1) is unknown color: approx Medium Orchid. HEX triplet: B0, 5F and C1. RGB value is (176,95,193). Sum of RGB (Red+Green+Blue) = 176+95+193=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FC1 is #4FA03E. Grayscale: #828282. Windows color (decimal): -5218367 or 12672944. OLE color: 12672944.

HSL color Cylindrical-coordinate representation of color #B05FC1: hue angle of 289.59º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05FC1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17695193-
CMYK0.090.5100.24
HSL289.59º44.14%56.47%-
HSV(B)289.59º50.78%75.69%-
XYZ31.6221.2652.89-
YUV130.39163.34160.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=37.93%
G=20.47%
B=41.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176951930.090.5100.24289.5944.1456.47
HexB05FC19330181222c38
Octal26013730111630304425470
Binary101100001011111110000011001110011011000100100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FC1; }

 p { color: rgb(176,95,193); }

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

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

 a { background-color: rgb(176,95,193); }

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

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

 span { border-color: rgb(176,95,193); }

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