#BF72DD

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

Shades of Medium Orchid #BF72DD

Tints of Medium Orchid #BF72DD

Color information

#BF72DD (or 0xBF72DD) is unknown color: approx Medium Orchid. HEX triplet: BF, 72 and DD. RGB value is (191,114,221). Sum of RGB (Red+Green+Blue) = 191+114+221=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72DD is #408D22. Grayscale: #949494. Windows color (decimal): -4230435 or 14512831. OLE color: 14512831.

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

Color convert

RGB191114221-
CMYK0.140.4800.13
HSL283.18º61.14%65.69%-
HSV(B)283.18º48.42%86.67%-
XYZ40.5528.3371.74-
YUV149.22168.51157.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=36.31%
G=21.67%
B=42.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911142210.140.4800.13283.1861.1465.69
HexBF72DDE300D11b3d42
Octal277162335166001543375102
Binary101111111110010110111011110110000011011000110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72DD; }

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

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

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

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

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

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

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

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