#BF7AD5

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

Shades of Orchid #BF7AD5

Tints of Orchid #BF7AD5

Color information

#BF7AD5 (or 0xBF7AD5) is unknown color: approx Orchid. HEX triplet: BF, 7A and D5. RGB value is (191,122,213). Sum of RGB (Red+Green+Blue) = 191+122+213=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AD5 is #40852A. Grayscale: #989898. Windows color (decimal): -4228395 or 13990591. OLE color: 13990591.

HSL color Cylindrical-coordinate representation of color #BF7AD5: hue angle of 285.49º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7AD5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191122213-
CMYK0.100.4300.16
HSL285.49º52%65.69%-
HSV(B)285.49º42.72%83.53%-
XYZ40.4629.866.57-
YUV153161.86155.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=36.31%
G=23.19%
B=40.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911222130.100.4300.16285.495265.69
HexBF7AD5A2B01011d3442
Octal277172325125302043564102
Binary1011111111110101101010110101010110100001000111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AD5; }

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

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

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

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

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

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

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

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