#bf78c5

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

Shades of Orchid #BF78C5

Tints of Orchid #BF78C5

Color information

#BF78C5 (or 0xBF78C5) is unknown color: approx Orchid. HEX triplet: BF, 78 and C5. RGB value is (191,120,197). Sum of RGB (Red+Green+Blue) = 191+120+197=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78C5 is #40873A. Grayscale: #959595. Windows color (decimal): -4228923 or 12941503. OLE color: 12941503.

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

Color convert

RGB191120197-
CMYK0.030.3900.23
HSL295.32º39.9%62.16%-
HSV(B)295.32º39.09%77.25%-
XYZ38.2828.5456.31-
YUV150.01154.52157.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=37.60%
G=23.62%
B=38.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911201970.030.3900.23295.3239.962.16
HexBF78C5327017127283e
Octal2771703053470274475076
Binary1011111111110001100010111100111010111100100111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf78c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf78c5; }

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

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

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

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

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

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

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

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