#BC38FD

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

Shades of Medium Orchid #BC38FD

Tints of Medium Orchid #BC38FD

Color information

#BC38FD (or 0xBC38FD) is unknown color: approx Medium Orchid. HEX triplet: BC, 38 and FD. RGB value is (188,56,253). Sum of RGB (Red+Green+Blue) = 188+56+253=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC38FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38FD is #43C702. Grayscale: #757575. Windows color (decimal): -4441859 or 16595132. OLE color: 16595132.

HSL color Cylindrical-coordinate representation of color #BC38FD: hue angle of 280.2º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC38FD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18856253-
CMYK0.260.7800.01
HSL280.2º98.01%60.59%-
HSV(B)280.2º77.87%99.22%-
XYZ39.8820.6194.8-
YUV117.93204.23177.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 56 (22.27% from 255) = 11.27%
BLUE value IS 253 (99.22% from 255) = 50.91%
R=37.83%
G=11.27%
B=50.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188562530.260.7800.01280.298.0160.59
HexBC38FD1A4E01118623d
Octal27470375321160143014275
Binary1011110011100011111101110101001110011000110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC38FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC38FD; }

 p { color: rgb(188,56,253); }

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

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

 a { background-color: rgb(188,56,253); }

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

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

 span { border-color: rgb(188,56,253); }

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