#BF5CDD

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

Shades of Medium Orchid #BF5CDD

Tints of Medium Orchid #BF5CDD

Color information

#BF5CDD (or 0xBF5CDD) is unknown color: approx Medium Orchid. HEX triplet: BF, 5C and DD. RGB value is (191,92,221). Sum of RGB (Red+Green+Blue) = 191+92+221=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDD is #40A322. Grayscale: #878787. Windows color (decimal): -4236067 or 14507199. OLE color: 14507199.

HSL color Cylindrical-coordinate representation of color #BF5CDD: hue angle of 286.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5CDD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19192221-
CMYK0.140.5800.13
HSL286.05º65.48%61.37%-
HSV(B)286.05º58.37%86.67%-
XYZ38.3623.9571.01-
YUV136.31175.8167.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 92 (36.33% from 255) = 18.25%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=37.90%
G=18.25%
B=43.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191922210.140.5800.13286.0565.4861.37
HexBF5CDDE3A0D11e413d
Octal277134335167201543610175
Binary101111111011100110111011110111010011011000111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CDD; }

 p { color: rgb(191,92,221); }

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

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

 a { background-color: rgb(191,92,221); }

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

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

 span { border-color: rgb(191,92,221); }

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