#bc35d9

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

Shades of Medium Orchid #BC35D9

Tints of Medium Orchid #BC35D9

Color information

#BC35D9 (or 0xBC35D9) is unknown color: approx Medium Orchid. HEX triplet: BC, 35 and D9. RGB value is (188,53,217). Sum of RGB (Red+Green+Blue) = 188+53+217=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC35D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35D9 is #43CA26. Grayscale: #6F6F6F. Windows color (decimal): -4442663 or 14235068. OLE color: 14235068.

HSL color Cylindrical-coordinate representation of color #BC35D9: hue angle of 289.39º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC35D9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18853217-
CMYK0.130.7600.15
HSL289.39º68.33%52.94%-
HSV(B)289.39º75.58%85.1%-
XYZ34.5418.2567.35-
YUV112.06187.23182.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 53 (21.09% from 255) = 11.57%
BLUE value IS 217 (85.16% from 255) = 47.38%
R=41.05%
G=11.57%
B=47.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188532170.130.7600.15289.3968.3352.94
HexBC35D9D4C0F1214435
Octal274653311511401744110465
Binary101111001101011101100111011001100011111001000011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc35d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc35d9; }

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

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

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

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

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

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

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

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