#BC4BEF

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

Shades of Medium Orchid #BC4BEF

Tints of Medium Orchid #BC4BEF

Color information

#BC4BEF (or 0xBC4BEF) is unknown color: approx Medium Orchid. HEX triplet: BC, 4B and EF. RGB value is (188,75,239). Sum of RGB (Red+Green+Blue) = 188+75+239=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BEF is #43B410. Grayscale: #7E7E7E. Windows color (decimal): -4437009 or 15682492. OLE color: 15682492.

HSL color Cylindrical-coordinate representation of color #BC4BEF: hue angle of 281.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4BEF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18875239-
CMYK0.210.6900.06
HSL281.34º83.67%61.57%-
HSV(B)281.34º68.62%93.73%-
XYZ38.8421.9683.85-
YUV127.48190.94171.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 75 (29.69% from 255) = 14.94%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=37.45%
G=14.94%
B=47.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188752390.210.6900.06281.3483.6761.57
HexBC4BEF154506119543e
Octal274113357251050643112476
Binary1011110010010111110111110101100010101101000110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BEF; }

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

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

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

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

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

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

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

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