#BC35D6

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

Shades of Medium Orchid #BC35D6

Tints of Medium Orchid #BC35D6

Color information

#BC35D6 (or 0xBC35D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 35 and D6. RGB value is (188,53,214). Sum of RGB (Red+Green+Blue) = 188+53+214=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC35D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35D6 is #43CA29. Grayscale: #6F6F6F. Windows color (decimal): -4442666 or 14038460. OLE color: 14038460.

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

Color convert

RGB18853214-
CMYK0.120.7500.16
HSL290.31º66.26%52.35%-
HSV(B)290.31º75.23%83.92%-
XYZ34.1518.0965.31-
YUV111.72185.73182.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 53 (21.09% from 255) = 11.65%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=41.32%
G=11.65%
B=47.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188532140.120.7500.16290.3166.2652.35
HexBC35D6C4B0101224234
Octal274653261411302044210264
Binary1011110011010111010110110010010110100001001000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35D6; }

 p { color: rgb(188,53,214); }

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

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

 a { background-color: rgb(188,53,214); }

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

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

 span { border-color: rgb(188,53,214); }

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