#B982DE

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

Shades of Biloba Flower #B982DE

Tints of Biloba Flower #B982DE

Color information

#B982DE (or 0xB982DE) is unknown color: approx Biloba Flower. HEX triplet: B9, 82 and DE. RGB value is (185,130,222). Sum of RGB (Red+Green+Blue) = 185+130+222=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #B982DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DE is #467D21. Grayscale: #9C9C9C. Windows color (decimal): -4619554 or 14582457. OLE color: 14582457.

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

Color convert

RGB185130222-
CMYK0.170.4100.13
HSL275.87º58.23%69.02%-
HSV(B)275.87º41.44%87.06%-
XYZ41.1831.5573.03-
YUV156.93164.72148.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=34.45%
G=24.21%
B=41.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851302220.170.4100.13275.8758.2369.02
HexB982DE11290D1143a45
Octal271202336215101542472105
Binary10111001100000101101111010001101001011011000101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982DE; }

 p { color: rgb(185,130,222); }

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

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

 a { background-color: rgb(185,130,222); }

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

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

 span { border-color: rgb(185,130,222); }

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