#BF61CF

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

Shades of Medium Orchid #BF61CF

Tints of Medium Orchid #BF61CF

Color information

#BF61CF (or 0xBF61CF) is unknown color: approx Medium Orchid. HEX triplet: BF, 61 and CF. RGB value is (191,97,207). Sum of RGB (Red+Green+Blue) = 191+97+207=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61CF is #409E30. Grayscale: #898989. Windows color (decimal): -4234801 or 13590975. OLE color: 13590975.

HSL color Cylindrical-coordinate representation of color #BF61CF: hue angle of 291.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF61CF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19197207-
CMYK0.080.5300.19
HSL291.27º53.4%59.61%-
HSV(B)291.27º53.14%81.18%-
XYZ37.0224.1361.74-
YUV137.65167.14166.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=38.59%
G=19.60%
B=41.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191972070.080.5300.19291.2753.459.61
HexBF61CF835013123353c
Octal27714131710650234436574
Binary101111111100001110011111000110101010011100100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF61CF; }

 p { color: rgb(191,97,207); }

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

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

 a { background-color: rgb(191,97,207); }

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

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

 span { border-color: rgb(191,97,207); }

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