#BF7CC0

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

Shades of Orchid #BF7CC0

Tints of Orchid #BF7CC0

Color information

#BF7CC0 (or 0xBF7CC0) is unknown color: approx Orchid. HEX triplet: BF, 7C and C0. RGB value is (191,124,192). Sum of RGB (Red+Green+Blue) = 191+124+192=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CC0 is #40833F. Grayscale: #979797. Windows color (decimal): -4227904 or 12614847. OLE color: 12614847.

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

Color convert

RGB191124192-
CMYK0.010.3500.25
HSL299.12º35.05%61.96%-
HSV(B)299.12º35.42%75.29%-
XYZ38.2129.353.51-
YUV151.78150.7155.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=37.67%
G=24.46%
B=37.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911241920.010.3500.25299.1235.0561.96
HexBF7CC012301912b233e
Octal2771743001430314534376
Binary101111111111100110000001100011011001100101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CC0; }

 p { color: rgb(191,124,192); }

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

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

 a { background-color: rgb(191,124,192); }

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

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

 span { border-color: rgb(191,124,192); }

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