#B980DF

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

Shades of Biloba Flower #B980DF

Tints of Biloba Flower #B980DF

Color information

#B980DF (or 0xB980DF) is unknown color: approx Biloba Flower. HEX triplet: B9, 80 and DF. RGB value is (185,128,223). Sum of RGB (Red+Green+Blue) = 185+128+223=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B980DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980DF is #467F20. Grayscale: #9B9B9B. Windows color (decimal): -4620065 or 14647481. OLE color: 14647481.

HSL color Cylindrical-coordinate representation of color #B980DF: hue angle of 276º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B980DF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185128223-
CMYK0.170.4300.13
HSL276º59.75%68.82%-
HSV(B)276º42.6%87.45%-
XYZ41.0531.0873.65-
YUV155.87165.88148.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=34.51%
G=23.88%
B=41.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851282230.170.4300.1327659.7568.82
HexB980DF112B0D1143c45
Octal271200337215301542474105
Binary10111001100000001101111110001101011011011000101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980DF; }

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

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

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

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

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

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

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

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