#BC38F7

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

Shades of Medium Orchid #BC38F7

Tints of Medium Orchid #BC38F7

Color information

#BC38F7 (or 0xBC38F7) is unknown color: approx Medium Orchid. HEX triplet: BC, 38 and F7. RGB value is (188,56,247). Sum of RGB (Red+Green+Blue) = 188+56+247=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC38F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38F7 is #43C708. Grayscale: #747474. Windows color (decimal): -4441865 or 16201916. OLE color: 16201916.

HSL color Cylindrical-coordinate representation of color #BC38F7: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC38F7 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18856247-
CMYK0.240.7700.03
HSL281.47º92.27%59.41%-
HSV(B)281.47º77.33%96.86%-
XYZ38.9420.2489.85-
YUV117.24201.23178.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 56 (22.27% from 255) = 11.41%
BLUE value IS 247 (96.88% from 255) = 50.31%
R=38.29%
G=11.41%
B=50.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188562470.240.7700.03281.4792.2759.41
HexBC38F7184D031195c3b
Octal27470367301150343113473
Binary10111100111000111101111100010011010111000110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC38F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC38F7; }

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

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

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

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

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

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

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

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