#bc47f3

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

Shades of Medium Orchid #BC47F3

Tints of Medium Orchid #BC47F3

Color information

#BC47F3 (or 0xBC47F3) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and F3. RGB value is (188,71,243). Sum of RGB (Red+Green+Blue) = 188+71+243=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC47F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47F3 is #43B80C. Grayscale: #7D7D7D. Windows color (decimal): -4438029 or 15943612. OLE color: 15943612.

HSL color Cylindrical-coordinate representation of color #BC47F3: hue angle of 280.81º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC47F3 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18871243-
CMYK0.230.7100.05
HSL280.81º87.76%61.57%-
HSV(B)280.81º70.78%95.29%-
XYZ39.1721.6786.91-
YUV125.59194.26172.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 71 (28.12% from 255) = 14.14%
BLUE value IS 243 (95.31% from 255) = 48.41%
R=37.45%
G=14.14%
B=48.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188712430.230.7100.05280.8187.7661.57
HexBC47F3174705119583e
Octal274107363271070543113076
Binary1011110010001111111001110111100011101011000110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc47f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc47f3; }

 p { color: rgb(188,71,243); }

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

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

 a { background-color: rgb(188,71,243); }

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

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

 span { border-color: rgb(188,71,243); }

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