#BF77CD

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

Shades of Orchid #BF77CD

Tints of Orchid #BF77CD

Color information

#BF77CD (or 0xBF77CD) is unknown color: approx Orchid. HEX triplet: BF, 77 and CD. RGB value is (191,119,205). Sum of RGB (Red+Green+Blue) = 191+119+205=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77CD is #408832. Grayscale: #969696. Windows color (decimal): -4229171 or 13465535. OLE color: 13465535.

HSL color Cylindrical-coordinate representation of color #BF77CD: hue angle of 290.23º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF77CD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191119205-
CMYK0.070.4200.20
HSL290.23º46.24%63.53%-
HSV(B)290.23º41.95%80.39%-
XYZ39.128.6861.23-
YUV150.33158.85157.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=37.09%
G=23.11%
B=39.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911192050.070.4200.20290.2346.2463.53
HexBF77CD72A0141222e40
Octal27716731575202444256100
Binary101111111110111110011011111010100101001001000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77CD; }

 p { color: rgb(191,119,205); }

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

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

 a { background-color: rgb(191,119,205); }

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

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

 span { border-color: rgb(191,119,205); }

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