#BF63CF

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

Shades of Medium Orchid #BF63CF

Tints of Medium Orchid #BF63CF

Color information

#BF63CF (or 0xBF63CF) is unknown color: approx Medium Orchid. HEX triplet: BF, 63 and CF. RGB value is (191,99,207). Sum of RGB (Red+Green+Blue) = 191+99+207=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CF is #409C30. Grayscale: #8A8A8A. Windows color (decimal): -4234289 or 13591487. OLE color: 13591487.

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

Color convert

RGB19199207-
CMYK0.080.5200.19
HSL291.11º52.94%60%-
HSV(B)291.11º52.17%81.18%-
XYZ37.2124.5161.8-
YUV138.82166.48165.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=38.43%
G=19.92%
B=41.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191992070.080.5200.19291.1152.9460
HexBF63CF834013123353c
Octal27714331710640234436574
Binary101111111100011110011111000110100010011100100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63CF; }

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

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

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

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

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

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

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

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