#BF7AC3

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

Shades of Orchid #BF7AC3

Tints of Orchid #BF7AC3

Color information

#BF7AC3 (or 0xBF7AC3) is unknown color: approx Orchid. HEX triplet: BF, 7A and C3. RGB value is (191,122,195). Sum of RGB (Red+Green+Blue) = 191+122+195=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AC3 is #40853C. Grayscale: #969696. Windows color (decimal): -4228413 or 12810943. OLE color: 12810943.

HSL color Cylindrical-coordinate representation of color #BF7AC3: hue angle of 296.71º degrees, saturation: 0.38, 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 #BF7AC3 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191122195-
CMYK0.020.3700.24
HSL296.71º37.82%62.16%-
HSV(B)296.71º37.44%76.47%-
XYZ38.328.9455.2-
YUV150.95152.86156.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=37.60%
G=24.02%
B=38.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911221950.020.3700.24296.7137.8262.16
HexBF7AC3225018129263e
Octal2771723032450304514676
Binary1011111111110101100001110100101011000100101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AC3; }

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

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

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

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

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

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

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

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