#BC48F2

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

Shades of Medium Orchid #BC48F2

Tints of Medium Orchid #BC48F2

Color information

#BC48F2 (or 0xBC48F2) is unknown color: approx Medium Orchid. HEX triplet: BC, 48 and F2. RGB value is (188,72,242). Sum of RGB (Red+Green+Blue) = 188+72+242=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48F2 is #43B70D. Grayscale: #7D7D7D. Windows color (decimal): -4437774 or 15878332. OLE color: 15878332.

HSL color Cylindrical-coordinate representation of color #BC48F2: hue angle of 280.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC48F2 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18872242-
CMYK0.220.7000.05
HSL280.94º86.73%61.57%-
HSV(B)280.94º70.25%94.9%-
XYZ39.0821.7486.14-
YUV126.06193.43172.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 72 (28.52% from 255) = 14.34%
BLUE value IS 242 (94.92% from 255) = 48.21%
R=37.45%
G=14.34%
B=48.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188722420.220.7000.05280.9486.7361.57
HexBC48F2164605119573e
Octal274110362261060543112776
Binary1011110010010001111001010110100011001011000110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC48F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC48F2; }

 p { color: rgb(188,72,242); }

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

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

 a { background-color: rgb(188,72,242); }

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

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

 span { border-color: rgb(188,72,242); }

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