#BF78C1

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

Shades of Orchid #BF78C1

Tints of Orchid #BF78C1

Color information

#BF78C1 (or 0xBF78C1) is unknown color: approx Orchid. HEX triplet: BF, 78 and C1. RGB value is (191,120,193). Sum of RGB (Red+Green+Blue) = 191+120+193=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF78C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78C1 is #40873E. Grayscale: #959595. Windows color (decimal): -4228927 or 12679359. OLE color: 12679359.

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

Color convert

RGB191120193-
CMYK0.010.3800.24
HSL298.36º37.06%61.37%-
HSV(B)298.36º37.82%75.69%-
XYZ37.8328.3653.93-
YUV149.55152.52157.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=37.90%
G=23.81%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911201930.010.3800.24298.3637.0661.37
HexBF78C112601812a253d
Octal2771703011460304524575
Binary101111111111000110000011100110011000100101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78C1; }

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

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

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

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

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

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

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

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