#B05AC9

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

Shades of Medium Orchid #B05AC9

Tints of Medium Orchid #B05AC9

Color information

#B05AC9 (or 0xB05AC9) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and C9. RGB value is (176,90,201). Sum of RGB (Red+Green+Blue) = 176+90+201=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #B05AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AC9 is #4FA536. Grayscale: #808080. Windows color (decimal): -5219639 or 13195952. OLE color: 13195952.

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

Color convert

RGB17690201-
CMYK0.120.5500.21
HSL286.49º50.68%57.06%-
HSV(B)286.49º55.22%78.82%-
XYZ32.120.7657.57-
YUV128.37168.99161.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 201 (78.91% from 255) = 43.04%
R=37.69%
G=19.27%
B=43.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176902010.120.5500.21286.4950.6857.06
HexB05AC9C3701511e3339
Octal26013231114670254366371
Binary101100001011010110010011100110111010101100011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AC9; }

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

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

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

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

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

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

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

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