#B553CE

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

Shades of Medium Orchid #B553CE

Tints of Medium Orchid #B553CE

Color information

#B553CE (or 0xB553CE) is unknown color: approx Medium Orchid. HEX triplet: B5, 53 and CE. RGB value is (181,83,206). Sum of RGB (Red+Green+Blue) = 181+83+206=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B553CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553CE is #4AAC31. Grayscale: #7D7D7D. Windows color (decimal): -4893746 or 13521845. OLE color: 13521845.

HSL color Cylindrical-coordinate representation of color #B553CE: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B553CE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18183206-
CMYK0.120.6000.19
HSL287.8º55.66%56.67%-
HSV(B)287.8º59.71%80.78%-
XYZ33.2920.4760.59-
YUV126.32172.97167-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 83 (32.81% from 255) = 17.66%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=38.51%
G=17.66%
B=43.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181832060.120.6000.19287.855.6656.67
HexB553CEC3C0131203839
Octal26512331614740234407071
Binary101101011010011110011101100111100010011100100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B553CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B553CE; }

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

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

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

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

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

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

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

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