#BF48DD

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

Shades of Medium Orchid #BF48DD

Tints of Medium Orchid #BF48DD

Color information

#BF48DD (or 0xBF48DD) is unknown color: approx Medium Orchid. HEX triplet: BF, 48 and DD. RGB value is (191,72,221). Sum of RGB (Red+Green+Blue) = 191+72+221=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48DD is #40B722. Grayscale: #7C7C7C. Windows color (decimal): -4241187 or 14502079. OLE color: 14502079.

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

Color convert

RGB19172221-
CMYK0.140.6700.13
HSL287.92º68.66%57.45%-
HSV(B)287.92º67.42%86.67%-
XYZ36.8520.9370.5-
YUV124.57182.42175.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 72 (28.52% from 255) = 14.88%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=39.46%
G=14.88%
B=45.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191722210.140.6700.13287.9268.6657.45
HexBF48DDE430D1204539
Octal2771103351610301544010571
Binary1011111110010001101110111101000011011011001000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF48DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF48DD; }

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

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

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

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

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

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

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

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