#BC44F2

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

Shades of Medium Orchid #BC44F2

Tints of Medium Orchid #BC44F2

Color information

#BC44F2 (or 0xBC44F2) is unknown color: approx Medium Orchid. HEX triplet: BC, 44 and F2. RGB value is (188,68,242). Sum of RGB (Red+Green+Blue) = 188+68+242=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC44F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44F2 is #43BB0D. Grayscale: #7B7B7B. Windows color (decimal): -4438798 or 15877308. OLE color: 15877308.

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

Color convert

RGB18868242-
CMYK0.220.7200.05
HSL281.38º87%60.78%-
HSV(B)281.38º71.9%94.9%-
XYZ38.8321.2486.06-
YUV123.72194.76173.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 68 (26.95% from 255) = 13.65%
BLUE value IS 242 (94.92% from 255) = 48.59%
R=37.75%
G=13.65%
B=48.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188682420.220.7200.05281.388760.78
HexBC44F2164805119573d
Octal274104362261100543112775
Binary1011110010001001111001010110100100001011000110011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44F2; }

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

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

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

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

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

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

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

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