#BF77C5

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

Shades of Orchid #BF77C5

Tints of Orchid #BF77C5

Color information

#BF77C5 (or 0xBF77C5) is unknown color: approx Orchid. HEX triplet: BF, 77 and C5. RGB value is (191,119,197). Sum of RGB (Red+Green+Blue) = 191+119+197=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77C5 is #40883A. Grayscale: #959595. Windows color (decimal): -4229179 or 12941247. OLE color: 12941247.

HSL color Cylindrical-coordinate representation of color #BF77C5: hue angle of 295.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF77C5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191119197-
CMYK0.030.4000.23
HSL295.38º40.21%61.96%-
HSV(B)295.38º39.59%77.25%-
XYZ38.1628.356.27-
YUV149.42154.85157.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=37.67%
G=23.47%
B=38.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911191970.030.4000.23295.3840.2161.96
HexBF77C5328017127283e
Octal2771673053500274475076
Binary1011111111101111100010111101000010111100100111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77C5; }

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

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

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

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

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

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

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

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