#bc4aea

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

Shades of Medium Orchid #BC4AEA

Tints of Medium Orchid #BC4AEA

Color information

#BC4AEA (or 0xBC4AEA) is unknown color: approx Medium Orchid. HEX triplet: BC, 4A and EA. RGB value is (188,74,234). Sum of RGB (Red+Green+Blue) = 188+74+234=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AEA is #43B515. Grayscale: #7D7D7D. Windows color (decimal): -4437270 or 15354556. OLE color: 15354556.

HSL color Cylindrical-coordinate representation of color #BC4AEA: hue angle of 282.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4AEA is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18874234-
CMYK0.200.6800.08
HSL282.75º79.21%60.39%-
HSV(B)282.75º68.38%91.76%-
XYZ38.0421.5379.99-
YUV126.33188.77171.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 74 (29.30% from 255) = 14.92%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=37.90%
G=14.92%
B=47.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188742340.200.6800.08282.7579.2160.39
HexBC4AEA14440811b4f3c
Octal2741123522410401043311774
Binary10111100100101011101010101001000100010001000110111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4aea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4aea; }

 p { color: rgb(188,74,234); }

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

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

 a { background-color: rgb(188,74,234); }

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

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

 span { border-color: rgb(188,74,234); }

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