#B980E0

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

Shades of Biloba Flower #B980E0

Tints of Biloba Flower #B980E0

Color information

#B980E0 (or 0xB980E0) is unknown color: approx Biloba Flower. HEX triplet: B9, 80 and E0. RGB value is (185,128,224). Sum of RGB (Red+Green+Blue) = 185+128+224=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #B980E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980E0 is #467F1F. Grayscale: #9B9B9B. Windows color (decimal): -4620064 or 14713017. OLE color: 14713017.

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

Color convert

RGB185128224-
CMYK0.170.4300.12
HSL275.62º60.76%69.02%-
HSV(B)275.62º42.86%87.84%-
XYZ41.1831.1374.36-
YUV155.99166.38148.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=34.45%
G=23.84%
B=41.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851282240.170.4300.12275.6260.7669.02
HexB980E0112B0C1143d45
Octal271200340215301442475105
Binary10111001100000001110000010001101011011001000101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980E0; }

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

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

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

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

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

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

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

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