#BF79CC

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

Shades of Orchid #BF79CC

Tints of Orchid #BF79CC

Color information

#BF79CC (or 0xBF79CC) is unknown color: approx Orchid. HEX triplet: BF, 79 and CC. RGB value is (191,121,204). Sum of RGB (Red+Green+Blue) = 191+121+204=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79CC is #408633. Grayscale: #979797. Windows color (decimal): -4228660 or 13400511. OLE color: 13400511.

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

Color convert

RGB191121204-
CMYK0.060.4100.2
HSL290.6º44.86%63.73%-
HSV(B)290.6º40.69%80%-
XYZ39.2229.1160.68-
YUV151.39157.69156.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=37.02%
G=23.45%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911212040.060.4100.2290.644.8663.73
HexBF79CC6290141232d40
Octal27717131465102444355100
Binary101111111111001110011001101010010101001001000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79CC; }

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

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

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

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

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

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

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

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