#B054C1

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

Shades of Medium Orchid #B054C1

Tints of Medium Orchid #B054C1

Color information

#B054C1 (or 0xB054C1) is unknown color: approx Medium Orchid. HEX triplet: B0, 54 and C1. RGB value is (176,84,193). Sum of RGB (Red+Green+Blue) = 176+84+193=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B054C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054C1 is #4FAB3E. Grayscale: #7B7B7B. Windows color (decimal): -5221183 or 12670128. OLE color: 12670128.

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

Color convert

RGB17684193-
CMYK0.090.5600.24
HSL290.64º46.78%54.31%-
HSV(B)290.64º56.48%75.69%-
XYZ30.719.4252.58-
YUV123.93166.98165.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=38.85%
G=18.54%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176841930.090.5600.24290.6446.7854.31
HexB054C19380181232f36
Octal26012430111700304435766
Binary101100001010100110000011001111000011000100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054C1; }

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

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

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

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

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

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

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

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