#BC53D3

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

Shades of Medium Orchid #BC53D3

Tints of Medium Orchid #BC53D3

Color information

#BC53D3 (or 0xBC53D3) is unknown color: approx Medium Orchid. HEX triplet: BC, 53 and D3. RGB value is (188,83,211). Sum of RGB (Red+Green+Blue) = 188+83+211=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC53D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53D3 is #43AC2C. Grayscale: #808080. Windows color (decimal): -4434989 or 13849532. OLE color: 13849532.

HSL color Cylindrical-coordinate representation of color #BC53D3: hue angle of 289.22º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC53D3 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18883211-
CMYK0.110.6100.17
HSL289.22º59.26%57.65%-
HSV(B)289.22º60.66%82.75%-
XYZ35.5921.5863.92-
YUV128.99174.29170.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 83 (32.81% from 255) = 17.22%
BLUE value IS 211 (82.81% from 255) = 43.78%
R=39.00%
G=17.22%
B=43.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188832110.110.6100.17289.2259.2657.65
HexBC53D3B3D0111213b3a
Octal27412332313750214417372
Binary101111001010011110100111011111101010001100100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53D3; }

 p { color: rgb(188,83,211); }

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

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

 a { background-color: rgb(188,83,211); }

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

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

 span { border-color: rgb(188,83,211); }

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