#BF7BC1

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

Shades of Orchid #BF7BC1

Tints of Orchid #BF7BC1

Color information

#BF7BC1 (or 0xBF7BC1) is unknown color: approx Orchid. HEX triplet: BF, 7B and C1. RGB value is (191,123,193). Sum of RGB (Red+Green+Blue) = 191+123+193=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC1 is #40843E. Grayscale: #979797. Windows color (decimal): -4228159 or 12680127. OLE color: 12680127.

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

Color convert

RGB191123193-
CMYK0.010.3600.24
HSL298.29º36.08%61.96%-
HSV(B)298.29º36.27%75.69%-
XYZ38.1929.0954.05-
YUV151.31151.53156.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=37.67%
G=24.26%
B=38.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911231930.010.3600.24298.2936.0861.96
HexBF7BC112401812a243e
Octal2771733011440304524476
Binary101111111111011110000011100100011000100101010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BC1; }

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

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

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

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

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

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

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

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