#BF79CD

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

Shades of Orchid #BF79CD

Tints of Orchid #BF79CD

Color information

#BF79CD (or 0xBF79CD) is unknown color: approx Orchid. HEX triplet: BF, 79 and CD. RGB value is (191,121,205). Sum of RGB (Red+Green+Blue) = 191+121+205=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79CD is #408632. Grayscale: #979797. Windows color (decimal): -4228659 or 13466047. OLE color: 13466047.

HSL color Cylindrical-coordinate representation of color #BF79CD: hue angle of 290º degrees, saturation: 0.46, 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 #BF79CD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191121205-
CMYK0.070.4100.20
HSL290º45.65%63.92%-
HSV(B)290º40.98%80.39%-
XYZ39.3429.1661.31-
YUV151.51158.19156.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=36.94%
G=23.40%
B=39.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911212050.070.4100.2029045.6563.92
HexBF79CD7290141222e40
Octal27717131575102444256100
Binary101111111111001110011011111010010101001001000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79CD; }

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

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

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

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

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

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

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

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