#B054C2

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

Shades of Medium Orchid #B054C2

Tints of Medium Orchid #B054C2

Color information

#B054C2 (or 0xB054C2) is unknown color: approx Medium Orchid. HEX triplet: B0, 54 and C2. RGB value is (176,84,194). Sum of RGB (Red+Green+Blue) = 176+84+194=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #B054C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054C2 is #4FAB3D. Grayscale: #7B7B7B. Windows color (decimal): -5221182 or 12735664. OLE color: 12735664.

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

Color convert

RGB17684194-
CMYK0.090.5700.24
HSL290.18º47.41%54.51%-
HSV(B)290.18º56.7%76.08%-
XYZ30.8119.4753.17-
YUV124.05167.48165.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 84 (33.20% from 255) = 18.50%
BLUE value IS 194 (76.17% from 255) = 42.73%
R=38.77%
G=18.50%
B=42.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176841940.090.5700.24290.1847.4154.51
HexB054C29390181222f37
Octal26012430211710304425767
Binary101100001010100110000101001111001011000100100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054C2; }

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

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

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

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

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

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

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

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