#b979eb

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

Shades of Biloba Flower #B979EB

Tints of Biloba Flower #B979EB

Color information

#B979EB (or 0xB979EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 79 and EB. RGB value is (185,121,235). Sum of RGB (Red+Green+Blue) = 185+121+235=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #B979EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B979EB is #468614. Grayscale: #989898. Windows color (decimal): -4621845 or 15432121. OLE color: 15432121.

HSL color Cylindrical-coordinate representation of color #B979EB: hue angle of 273.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B979EB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185121235-
CMYK0.210.4900.08
HSL273.68º74.03%69.8%-
HSV(B)273.68º48.51%92.16%-
XYZ41.8429.9982.18-
YUV153.13174.2150.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 121 (47.66% from 255) = 22.37%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=34.20%
G=22.37%
B=43.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851212350.210.4900.08273.6874.0369.8
HexB979EB1531081124a46
Octal2711713532561010422112106
Binary10111001111100111101011101011100010100010001001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b979eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b979eb; }

 p { color: rgb(185,121,235); }

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

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

 a { background-color: rgb(185,121,235); }

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

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

 span { border-color: rgb(185,121,235); }

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