#BC65D5

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

Shades of Medium Orchid #BC65D5

Tints of Medium Orchid #BC65D5

Color information

#BC65D5 (or 0xBC65D5) is unknown color: approx Medium Orchid. HEX triplet: BC, 65 and D5. RGB value is (188,101,213). Sum of RGB (Red+Green+Blue) = 188+101+213=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65D5 is #439A2A. Grayscale: #8B8B8B. Windows color (decimal): -4430379 or 13985212. OLE color: 13985212.

HSL color Cylindrical-coordinate representation of color #BC65D5: hue angle of 286.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC65D5 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188101213-
CMYK0.120.5300.16
HSL286.61º57.14%61.57%-
HSV(B)286.61º52.58%83.53%-
XYZ37.424.865.77-
YUV139.78169.32162.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=37.45%
G=20.12%
B=42.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881012130.120.5300.16286.6157.1461.57
HexBC65D5C3501011f393e
Octal27414532514650204377176
Binary101111001100101110101011100110101010000100011111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65D5; }

 p { color: rgb(188,101,213); }

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

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

 a { background-color: rgb(188,101,213); }

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

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

 span { border-color: rgb(188,101,213); }

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