#B978E9

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

Shades of Biloba Flower #B978E9

Tints of Biloba Flower #B978E9

Color information

#B978E9 (or 0xB978E9) is unknown color: approx Biloba Flower. HEX triplet: B9, 78 and E9. RGB value is (185,120,233). Sum of RGB (Red+Green+Blue) = 185+120+233=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #B978E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978E9 is #468716. Grayscale: #979797. Windows color (decimal): -4622103 or 15300793. OLE color: 15300793.

HSL color Cylindrical-coordinate representation of color #B978E9: hue angle of 274.51º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B978E9 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185120233-
CMYK0.210.4800.09
HSL274.51º71.97%69.22%-
HSV(B)274.51º48.5%91.37%-
XYZ41.4329.6380.63-
YUV152.32173.53151.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=34.39%
G=22.30%
B=43.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851202330.210.4800.09274.5171.9769.22
HexB978E91530091134845
Octal2711703512560011423110105
Binary10111001111100011101001101011100000100110001001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978E9; }

 p { color: rgb(185,120,233); }

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

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

 a { background-color: rgb(185,120,233); }

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

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

 span { border-color: rgb(185,120,233); }

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