#b979e4

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

Shades of Biloba Flower #B979E4

Tints of Biloba Flower #B979E4

Color information

#B979E4 (or 0xB979E4) is unknown color: approx Biloba Flower. HEX triplet: B9, 79 and E4. RGB value is (185,121,228). Sum of RGB (Red+Green+Blue) = 185+121+228=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #B979E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979E4 is #46861B. Grayscale: #979797. Windows color (decimal): -4621852 or 14973369. OLE color: 14973369.

HSL color Cylindrical-coordinate representation of color #B979E4: hue angle of 275.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B979E4 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185121228-
CMYK0.190.4700.11
HSL275.89º66.46%68.43%-
HSV(B)275.89º46.93%89.41%-
XYZ40.8529.5976.96-
YUV152.33170.7151.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 228 (89.45% from 255) = 42.70%
R=34.64%
G=22.66%
B=42.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851212280.190.4700.11275.8966.4668.43
HexB979E4132F0B1144244
Octal2711713442357013424102104
Binary10111001111100111100100100111011110101110001010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b979e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b979e4; }

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

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

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

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

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

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

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

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