#BC35D4

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

Shades of Medium Orchid #BC35D4

Tints of Medium Orchid #BC35D4

Color information

#BC35D4 (or 0xBC35D4) is unknown color: approx Medium Orchid. HEX triplet: BC, 35 and D4. RGB value is (188,53,212). Sum of RGB (Red+Green+Blue) = 188+53+212=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC35D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35D4 is #43CA2B. Grayscale: #6E6E6E. Windows color (decimal): -4442668 or 13907388. OLE color: 13907388.

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

Color convert

RGB18853212-
CMYK0.110.7500.17
HSL290.94º64.9%51.96%-
HSV(B)290.94º75%83.14%-
XYZ33.917.9963.97-
YUV111.49184.73182.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 53 (21.09% from 255) = 11.70%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=41.50%
G=11.70%
B=46.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188532120.110.7500.17290.9464.951.96
HexBC35D4B4B0111234134
Octal274653241311302144310164
Binary1011110011010111010100101110010110100011001000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35D4; }

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

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

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

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

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

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

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

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