#BC46CB

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

Shades of Medium Orchid #BC46CB

Tints of Medium Orchid #BC46CB

Color information

#BC46CB (or 0xBC46CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 46 and CB. RGB value is (188,70,203). Sum of RGB (Red+Green+Blue) = 188+70+203=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46CB is #43B934. Grayscale: #787878. Windows color (decimal): -4438325 or 13321916. OLE color: 13321916.

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

Color convert

RGB18870203-
CMYK0.070.6600.20
HSL293.23º56.12%53.53%-
HSV(B)293.23º65.52%79.61%-
XYZ33.7119.3858.46-
YUV120.44174.59176.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=40.78%
G=15.18%
B=44.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188702030.070.6600.20293.2356.1253.53
HexBC46CB7420141253836
Octal27410631371020244457066
Binary101111001000110110010111111000010010100100100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC46CB; }

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

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

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

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

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

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

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

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