#BF3DD5

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

Shades of Medium Orchid #BF3DD5

Tints of Medium Orchid #BF3DD5

Color information

#BF3DD5 (or 0xBF3DD5) is unknown color: approx Medium Orchid. HEX triplet: BF, 3D and D5. RGB value is (191,61,213). Sum of RGB (Red+Green+Blue) = 191+61+213=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF3DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DD5 is #40C22A. Grayscale: #747474. Windows color (decimal): -4244011 or 13974975. OLE color: 13974975.

HSL color Cylindrical-coordinate representation of color #BF3DD5: hue angle of 291.32º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3DD5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19161213-
CMYK0.100.7100.16
HSL291.32º64.41%53.73%-
HSV(B)291.32º71.36%83.53%-
XYZ35.1619.2264.81-
YUV117.2182.07180.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=41.08%
G=13.12%
B=45.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191612130.100.7100.16291.3264.4153.73
HexBF3DD5A470101234036
Octal277753251210702044310066
Binary1011111111110111010101101010001110100001001000111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3DD5; }

 p { color: rgb(191,61,213); }

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

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

 a { background-color: rgb(191,61,213); }

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

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

 span { border-color: rgb(191,61,213); }

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