#BF41D2

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

Shades of Medium Orchid #BF41D2

Tints of Medium Orchid #BF41D2

Color information

#BF41D2 (or 0xBF41D2) is unknown color: approx Medium Orchid. HEX triplet: BF, 41 and D2. RGB value is (191,65,210). Sum of RGB (Red+Green+Blue) = 191+65+210=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41D2 is #40BE2D. Grayscale: #767676. Windows color (decimal): -4242990 or 13779391. OLE color: 13779391.

HSL color Cylindrical-coordinate representation of color #BF41D2: hue angle of 292.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF41D2 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19165210-
CMYK0.090.6900.18
HSL292.14º61.7%53.92%-
HSV(B)292.14º69.05%82.35%-
XYZ35.0119.5162.89-
YUV119.2179.24179.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 65 (25.78% from 255) = 13.95%
BLUE value IS 210 (82.42% from 255) = 45.06%
R=40.99%
G=13.95%
B=45.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191652100.090.6900.18292.1461.753.92
HexBF41D29450121243e36
Octal277101322111050224447666
Binary1011111110000011101001010011000101010010100100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41D2; }

 p { color: rgb(191,65,210); }

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

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

 a { background-color: rgb(191,65,210); }

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

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

 span { border-color: rgb(191,65,210); }

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