#B05AC2

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

Shades of Medium Orchid #B05AC2

Tints of Medium Orchid #B05AC2

Color information

#B05AC2 (or 0xB05AC2) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and C2. RGB value is (176,90,194). Sum of RGB (Red+Green+Blue) = 176+90+194=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #B05AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AC2 is #4FA53D. Grayscale: #7F7F7F. Windows color (decimal): -5219646 or 12737200. OLE color: 12737200.

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

Color convert

RGB17690194-
CMYK0.090.5400.24
HSL289.62º46.02%55.69%-
HSV(B)289.62º53.61%76.08%-
XYZ31.320.4453.33-
YUV127.57165.49162.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 90 (35.55% from 255) = 19.57%
BLUE value IS 194 (76.17% from 255) = 42.17%
R=38.26%
G=19.57%
B=42.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176901940.090.5400.24289.6246.0255.69
HexB05AC29360181222e38
Octal26013230211660304425670
Binary101100001011010110000101001110110011000100100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AC2; }

 p { color: rgb(176,90,194); }

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

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

 a { background-color: rgb(176,90,194); }

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

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

 span { border-color: rgb(176,90,194); }

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