#bf47cd

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

Shades of Medium Orchid #BF47CD

Tints of Medium Orchid #BF47CD

Color information

#BF47CD (or 0xBF47CD) is unknown color: approx Medium Orchid. HEX triplet: BF, 47 and CD. RGB value is (191,71,205). Sum of RGB (Red+Green+Blue) = 191+71+205=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF47CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47CD is #40B832. Grayscale: #797979. Windows color (decimal): -4241459 or 13453247. OLE color: 13453247.

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

Color convert

RGB19171205-
CMYK0.070.6500.20
HSL293.73º57.26%54.12%-
HSV(B)293.73º65.37%80.39%-
XYZ34.7619.9959.78-
YUV122.16174.76177.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 71 (28.12% from 255) = 15.20%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=40.90%
G=15.20%
B=43.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191712050.070.6500.20293.7357.2654.12
HexBF47CD7410141263936
Octal27710731571010244467166
Binary101111111000111110011011111000001010100100100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf47cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf47cd; }

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

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

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

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

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

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

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

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