#BF63CD

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

Shades of Medium Orchid #BF63CD

Tints of Medium Orchid #BF63CD

Color information

#BF63CD (or 0xBF63CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 63 and CD. RGB value is (191,99,205). Sum of RGB (Red+Green+Blue) = 191+99+205=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63CD is #409C32. Grayscale: #8A8A8A. Windows color (decimal): -4234291 or 13460415. OLE color: 13460415.

HSL color Cylindrical-coordinate representation of color #BF63CD: hue angle of 292.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF63CD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19199205-
CMYK0.070.5200.20
HSL292.08º51.46%59.61%-
HSV(B)292.08º51.71%80.39%-
XYZ36.9724.4160.52-
YUV138.59165.48165.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=38.59%
G=20%
B=41.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191992050.070.5200.20292.0851.4659.61
HexBF63CD734014124333c
Octal2771433157640244446374
Binary10111111110001111001101111110100010100100100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63CD; }

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

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

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

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

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

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

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

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