#BF62D1

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

Shades of Medium Orchid #BF62D1

Tints of Medium Orchid #BF62D1

Color information

#BF62D1 (or 0xBF62D1) is unknown color: approx Medium Orchid. HEX triplet: BF, 62 and D1. RGB value is (191,98,209). Sum of RGB (Red+Green+Blue) = 191+98+209=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF62D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62D1 is #409D2E. Grayscale: #8A8A8A. Windows color (decimal): -4234543 or 13722303. OLE color: 13722303.

HSL color Cylindrical-coordinate representation of color #BF62D1: hue angle of 290.27º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF62D1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19198209-
CMYK0.090.5300.18
HSL290.27º54.68%60.2%-
HSV(B)290.27º53.11%81.96%-
XYZ37.3624.4263.07-
YUV138.46167.81165.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 98 (38.67% from 255) = 19.68%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=38.35%
G=19.68%
B=41.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191982090.090.5300.18290.2754.6860.2
HexBF62D1935012122373c
Octal27714232111650224426774
Binary101111111100010110100011001110101010010100100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62D1; }

 p { color: rgb(191,98,209); }

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

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

 a { background-color: rgb(191,98,209); }

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

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

 span { border-color: rgb(191,98,209); }

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