#B980EE

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

Shades of Biloba Flower #B980EE

Tints of Biloba Flower #B980EE

Color information

#B980EE (or 0xB980EE) is unknown color: approx Biloba Flower. HEX triplet: B9, 80 and EE. RGB value is (185,128,238). Sum of RGB (Red+Green+Blue) = 185+128+238=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #B980EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980EE is #467F11. Grayscale: #9D9D9D. Windows color (decimal): -4620050 or 15630521. OLE color: 15630521.

HSL color Cylindrical-coordinate representation of color #B980EE: hue angle of 271.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B980EE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185128238-
CMYK0.220.4600.07
HSL271.09º76.39%71.76%-
HSV(B)271.09º46.22%93.33%-
XYZ43.1631.9384.78-
YUV157.58173.38147.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=33.58%
G=23.23%
B=43.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851282380.220.4600.07271.0976.3971.76
HexB980EE162E0710f4c48
Octal271200356265607417114110
Binary10111001100000001110111010110101110011110000111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980EE; }

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

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

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

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

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

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

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

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