#B053C1

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

Shades of Medium Orchid #B053C1

Tints of Medium Orchid #B053C1

Color information

#B053C1 (or 0xB053C1) is unknown color: approx Medium Orchid. HEX triplet: B0, 53 and C1. RGB value is (176,83,193). Sum of RGB (Red+Green+Blue) = 176+83+193=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #B053C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053C1 is #4FAC3E. Grayscale: #7B7B7B. Windows color (decimal): -5221439 or 12669872. OLE color: 12669872.

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

Color convert

RGB17683193-
CMYK0.090.5700.24
HSL290.73º47.01%54.12%-
HSV(B)290.73º56.99%75.69%-
XYZ30.6219.2752.56-
YUV123.35167.31165.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 83 (32.81% from 255) = 18.36%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=38.94%
G=18.36%
B=42.70%

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
Decimal176831930.090.5700.24290.7347.0154.12
HexB053C19390181232f36
Octal26012330111710304435766
Binary101100001010011110000011001111001011000100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B053C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B053C1; }

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

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

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

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

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

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

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

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