#BC4BE8

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

Shades of Medium Orchid #BC4BE8

Tints of Medium Orchid #BC4BE8

Color information

#BC4BE8 (or 0xBC4BE8) is unknown color: approx Medium Orchid. HEX triplet: BC, 4B and E8. RGB value is (188,75,232). Sum of RGB (Red+Green+Blue) = 188+75+232=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC4BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BE8 is #43B417. Grayscale: #7E7E7E. Windows color (decimal): -4437016 or 15223740. OLE color: 15223740.

HSL color Cylindrical-coordinate representation of color #BC4BE8: hue angle of 283.18º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4BE8 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18875232-
CMYK0.190.6800.09
HSL283.18º77.34%60.2%-
HSV(B)283.18º67.67%90.98%-
XYZ37.8221.5578.51-
YUV126.68187.44171.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 75 (29.69% from 255) = 15.15%
BLUE value IS 232 (91.02% from 255) = 46.87%
R=37.98%
G=15.15%
B=46.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188752320.190.6800.09283.1877.3460.2
HexBC4BE813440911b4d3c
Octal2741133502310401143311574
Binary10111100100101111101000100111000100010011000110111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BE8; }

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

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

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

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

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

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

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

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