#BC4BF2

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

Shades of Medium Orchid #BC4BF2

Tints of Medium Orchid #BC4BF2

Color information

#BC4BF2 (or 0xBC4BF2) is unknown color: approx Medium Orchid. HEX triplet: BC, 4B and F2. RGB value is (188,75,242). Sum of RGB (Red+Green+Blue) = 188+75+242=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC4BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BF2 is #43B40D. Grayscale: #7F7F7F. Windows color (decimal): -4437006 or 15879100. OLE color: 15879100.

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

Color convert

RGB18875242-
CMYK0.220.6900.05
HSL280.6º86.53%62.16%-
HSV(B)280.6º69.01%94.9%-
XYZ39.2822.1386.21-
YUV127.82192.44170.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 75 (29.69% from 255) = 14.85%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=37.23%
G=14.85%
B=47.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188752420.220.6900.05280.686.5362.16
HexBC4BF2164505119573e
Octal274113362261050543112776
Binary1011110010010111111001010110100010101011000110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BF2; }

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

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

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

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

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

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

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

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