#BF72CC

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

Shades of Medium Orchid #BF72CC

Tints of Medium Orchid #BF72CC

Color information

#BF72CC (or 0xBF72CC) is unknown color: approx Medium Orchid. HEX triplet: BF, 72 and CC. RGB value is (191,114,204). Sum of RGB (Red+Green+Blue) = 191+114+204=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72CC is #408D33. Grayscale: #939393. Windows color (decimal): -4230452 or 13398719. OLE color: 13398719.

HSL color Cylindrical-coordinate representation of color #BF72CC: hue angle of 291.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF72CC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191114204-
CMYK0.060.4400.2
HSL291.33º46.88%62.35%-
HSV(B)291.33º44.12%80%-
XYZ38.427.4760.41-
YUV147.28160.01159.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=37.52%
G=22.40%
B=40.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911142040.060.4400.2291.3346.8862.35
HexBF72CC62C0141232f3e
Octal2771623146540244435776
Binary10111111111001011001100110101100010100100100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72CC; }

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

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

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

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

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

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

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

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