#B05EC9

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

Shades of Medium Orchid #B05EC9

Tints of Medium Orchid #B05EC9

Color information

#B05EC9 (or 0xB05EC9) is unknown color: approx Medium Orchid. HEX triplet: B0, 5E and C9. RGB value is (176,94,201). Sum of RGB (Red+Green+Blue) = 176+94+201=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #B05EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EC9 is #4FA136. Grayscale: #828282. Windows color (decimal): -5218615 or 13196976. OLE color: 13196976.

HSL color Cylindrical-coordinate representation of color #B05EC9: hue angle of 285.98º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05EC9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17694201-
CMYK0.120.5300.21
HSL285.98º49.77%57.84%-
HSV(B)285.98º53.23%78.82%-
XYZ32.4521.4557.69-
YUV130.72167.67160.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=37.37%
G=19.96%
B=42.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176942010.120.5300.21285.9849.7757.84
HexB05EC9C3501511e323a
Octal26013631114650254366272
Binary101100001011110110010011100110101010101100011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05EC9; }

 p { color: rgb(176,94,201); }

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

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

 a { background-color: rgb(176,94,201); }

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

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

 span { border-color: rgb(176,94,201); }

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