#B980DD

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

Shades of Biloba Flower #B980DD

Tints of Biloba Flower #B980DD

Color information

#B980DD (or 0xB980DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 80 and DD. RGB value is (185,128,221). Sum of RGB (Red+Green+Blue) = 185+128+221=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B980DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980DD is #467F22. Grayscale: #9B9B9B. Windows color (decimal): -4620067 or 14516409. OLE color: 14516409.

HSL color Cylindrical-coordinate representation of color #B980DD: hue angle of 276.77º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B980DD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185128221-
CMYK0.160.4200.13
HSL276.77º57.76%68.43%-
HSV(B)276.77º42.08%86.67%-
XYZ40.7830.9772.24-
YUV155.64164.88148.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=34.64%
G=23.97%
B=41.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851282210.160.4200.13276.7757.7668.43
HexB980DD102A0D1153a44
Octal271200335205201542572104
Binary10111001100000001101110110000101010011011000101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980DD; }

 p { color: rgb(185,128,221); }

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

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

 a { background-color: rgb(185,128,221); }

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

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

 span { border-color: rgb(185,128,221); }

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