#BC3FCB

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

Shades of Medium Orchid #BC3FCB

Tints of Medium Orchid #BC3FCB

Color information

#BC3FCB (or 0xBC3FCB) is unknown color: approx Medium Orchid. HEX triplet: BC, 3F and CB. RGB value is (188,63,203). Sum of RGB (Red+Green+Blue) = 188+63+203=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FCB is #43C034. Grayscale: #737373. Windows color (decimal): -4440117 or 13320124. OLE color: 13320124.

HSL color Cylindrical-coordinate representation of color #BC3FCB: hue angle of 293.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3FCB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18863203-
CMYK0.070.6900.20
HSL293.57º57.38%52.16%-
HSV(B)293.57º68.97%79.61%-
XYZ33.318.5658.33-
YUV116.33176.91179.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 63 (25% from 255) = 13.88%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=41.41%
G=13.88%
B=44.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188632030.070.6900.20293.5757.3852.16
HexBC3FCB7450141263934
Octal2747731371050244467164
Binary10111100111111110010111111000101010100100100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3FCB; }

 p { color: rgb(188,63,203); }

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

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

 a { background-color: rgb(188,63,203); }

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

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

 span { border-color: rgb(188,63,203); }

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