#BF7AC1

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

Shades of Orchid #BF7AC1

Tints of Orchid #BF7AC1

Color information

#BF7AC1 (or 0xBF7AC1) is unknown color: approx Orchid. HEX triplet: BF, 7A and C1. RGB value is (191,122,193). Sum of RGB (Red+Green+Blue) = 191+122+193=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF7AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AC1 is #40853E. Grayscale: #969696. Windows color (decimal): -4228415 or 12679871. OLE color: 12679871.

HSL color Cylindrical-coordinate representation of color #BF7AC1: hue angle of 298.31º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7AC1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191122193-
CMYK0.010.3700.24
HSL298.31º36.41%61.76%-
HSV(B)298.31º36.79%75.69%-
XYZ38.0728.8554.01-
YUV150.72151.86156.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=37.75%
G=24.11%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911221930.010.3700.24298.3136.4161.76
HexBF7AC112501812a243e
Octal2771723011450304524476
Binary101111111111010110000011100101011000100101010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AC1; }

 p { color: rgb(191,122,193); }

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

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

 a { background-color: rgb(191,122,193); }

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

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

 span { border-color: rgb(191,122,193); }

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