#BF50DD

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

Shades of Medium Orchid #BF50DD

Tints of Medium Orchid #BF50DD

Color information

#BF50DD (or 0xBF50DD) is unknown color: approx Medium Orchid. HEX triplet: BF, 50 and DD. RGB value is (191,80,221). Sum of RGB (Red+Green+Blue) = 191+80+221=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50DD is #40AF22. Grayscale: #808080. Windows color (decimal): -4239139 or 14504127. OLE color: 14504127.

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

Color convert

RGB19180221-
CMYK0.140.6400.13
HSL287.23º67.46%59.02%-
HSV(B)287.23º63.8%86.67%-
XYZ37.4122.0370.69-
YUV129.26179.77172.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 80 (31.64% from 255) = 16.26%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=38.82%
G=16.26%
B=44.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191802210.140.6400.13287.2367.4659.02
HexBF50DDE400D11f433b
Octal2771203351610001543710373
Binary1011111110100001101110111101000000011011000111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF50DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF50DD; }

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

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

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

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

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

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

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

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