#BC61F2

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

Shades of Medium Orchid #BC61F2

Tints of Medium Orchid #BC61F2

Color information

#BC61F2 (or 0xBC61F2) is unknown color: approx Medium Orchid. HEX triplet: BC, 61 and F2. RGB value is (188,97,242). Sum of RGB (Red+Green+Blue) = 188+97+242=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC61F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61F2 is #439E0D. Grayscale: #8C8C8C. Windows color (decimal): -4431374 or 15884732. OLE color: 15884732.

HSL color Cylindrical-coordinate representation of color #BC61F2: hue angle of 277.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC61F2 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18897242-
CMYK0.220.6000.05
HSL277.66º84.8%66.47%-
HSV(B)277.66º59.92%94.9%-
XYZ41.0425.6586.79-
YUV140.74185.15161.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 18.41%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=35.67%
G=18.41%
B=45.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188972420.220.6000.05277.6684.866.47
HexBC61F2163C051165542
Octal274141362267405426125102
Binary1011110011000011111001010110111100010110001011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61F2; }

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

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

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

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

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

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

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

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