#B553C6

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

Shades of Medium Orchid #B553C6

Tints of Medium Orchid #B553C6

Color information

#B553C6 (or 0xB553C6) is unknown color: approx Medium Orchid. HEX triplet: B5, 53 and C6. RGB value is (181,83,198). Sum of RGB (Red+Green+Blue) = 181+83+198=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #B553C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553C6 is #4AAC39. Grayscale: #7D7D7D. Windows color (decimal): -4893754 or 12997557. OLE color: 12997557.

HSL color Cylindrical-coordinate representation of color #B553C6: hue angle of 291.13º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B553C6 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18183198-
CMYK0.090.5800.22
HSL291.13º50.22%55.1%-
HSV(B)291.13º58.08%77.65%-
XYZ32.3420.0955.6-
YUV125.41168.97167.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 83 (32.81% from 255) = 17.97%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=39.18%
G=17.97%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181831980.090.5800.22291.1350.2255.1
HexB553C693A0161233237
Octal26512330611720264436267
Binary101101011010011110001101001111010010110100100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553C6; }

 p { color: rgb(181,83,198); }

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

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

 a { background-color: rgb(181,83,198); }

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

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

 span { border-color: rgb(181,83,198); }

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