#B553C5

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

Shades of Medium Orchid #B553C5

Tints of Medium Orchid #B553C5

Color information

#B553C5 (or 0xB553C5) is unknown color: approx Medium Orchid. HEX triplet: B5, 53 and C5. RGB value is (181,83,197). Sum of RGB (Red+Green+Blue) = 181+83+197=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #B553C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553C5 is #4AAC3A. Grayscale: #7C7C7C. Windows color (decimal): -4893755 or 12932021. OLE color: 12932021.

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

Color convert

RGB18183197-
CMYK0.080.5800.23
HSL291.58º49.57%54.9%-
HSV(B)291.58º57.87%77.25%-
XYZ32.2320.0454.99-
YUV125.3168.47167.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 197 (77.34% from 255) = 42.73%
R=39.26%
G=18.00%
B=42.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181831970.080.5800.23291.5849.5754.9
HexB553C583A0171243237
Octal26512330510720274446267
Binary101101011010011110001011000111010010111100100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553C5; }

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

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

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

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

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

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

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

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