#BC74E9

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

Shades of Medium Orchid #BC74E9

Tints of Medium Orchid #BC74E9

Color information

#BC74E9 (or 0xBC74E9) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and E9. RGB value is (188,116,233). Sum of RGB (Red+Green+Blue) = 188+116+233=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74E9 is #438B16. Grayscale: #969696. Windows color (decimal): -4426519 or 15299772. OLE color: 15299772.

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

Color convert

RGB188116233-
CMYK0.190.5000.09
HSL276.92º72.67%68.43%-
HSV(B)276.92º50.21%91.37%-
XYZ41.6929.0780.5-
YUV150.87174.35154.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 116 (45.70% from 255) = 21.60%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=35.01%
G=21.60%
B=43.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881162330.190.5000.09276.9272.6768.43
HexBC74E91332091154944
Octal2741643512362011425111104
Binary10111100111010011101001100111100100100110001010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74E9; }

 p { color: rgb(188,116,233); }

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

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

 a { background-color: rgb(188,116,233); }

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

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

 span { border-color: rgb(188,116,233); }

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