#BC35E8

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

Shades of Medium Orchid #BC35E8

Tints of Medium Orchid #BC35E8

Color information

#BC35E8 (or 0xBC35E8) is unknown color: approx Medium Orchid. HEX triplet: BC, 35 and E8. RGB value is (188,53,232). Sum of RGB (Red+Green+Blue) = 188+53+232=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC35E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC35E8 is #43CA17. Grayscale: #717171. Windows color (decimal): -4442648 or 15218108. OLE color: 15218108.

HSL color Cylindrical-coordinate representation of color #BC35E8: hue angle of 285.25º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC35E8 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18853232-
CMYK0.190.7700.09
HSL285.25º79.56%55.88%-
HSV(B)285.25º77.16%90.98%-
XYZ36.5819.0678.1-
YUV113.77194.73180.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 53 (21.09% from 255) = 11.21%
BLUE value IS 232 (91.02% from 255) = 49.05%
R=39.75%
G=11.21%
B=49.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188532320.190.7700.09285.2579.5655.88
HexBC35E8134D0911d5038
Octal274653502311501143512070
Binary1011110011010111101000100111001101010011000111011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35E8; }

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

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

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

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

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

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

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

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