#BC71ED

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

Shades of Medium Orchid #BC71ED

Tints of Medium Orchid #BC71ED

Color information

#BC71ED (or 0xBC71ED) is unknown color: approx Medium Orchid. HEX triplet: BC, 71 and ED. RGB value is (188,113,237). Sum of RGB (Red+Green+Blue) = 188+113+237=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71ED is #438E12. Grayscale: #959595. Windows color (decimal): -4427283 or 15561148. OLE color: 15561148.

HSL color Cylindrical-coordinate representation of color #BC71ED: hue angle of 276.29º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC71ED is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188113237-
CMYK0.210.5200.07
HSL276.29º77.5%68.63%-
HSV(B)276.29º52.32%92.94%-
XYZ41.9328.6283.43-
YUV149.56177.35155.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=34.94%
G=21.00%
B=44.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881132370.210.5200.07276.2977.568.63
HexBC71ED1534071144e45
Octal274161355256407424116105
Binary1011110011100011110110110101110100011110001010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71ED; }

 p { color: rgb(188,113,237); }

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

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

 a { background-color: rgb(188,113,237); }

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

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

 span { border-color: rgb(188,113,237); }

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