#B983EB

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

Shades of Biloba Flower #B983EB

Tints of Biloba Flower #B983EB

Color information

#B983EB (or 0xB983EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 83 and EB. RGB value is (185,131,235). Sum of RGB (Red+Green+Blue) = 185+131+235=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #B983EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B983EB is #467C14. Grayscale: #9E9E9E. Windows color (decimal): -4619285 or 15434681. OLE color: 15434681.

HSL color Cylindrical-coordinate representation of color #B983EB: hue angle of 271.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B983EB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185131235-
CMYK0.210.4400.08
HSL271.15º72.22%71.76%-
HSV(B)271.15º44.26%92.16%-
XYZ43.1232.5582.61-
YUV159170.89146.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=33.58%
G=23.77%
B=42.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851312350.210.4400.08271.1572.2271.76
HexB983EB152C0810f4848
Octal2712033532554010417110110
Binary101110011000001111101011101011011000100010000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983EB; }

 p { color: rgb(185,131,235); }

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

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

 a { background-color: rgb(185,131,235); }

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

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

 span { border-color: rgb(185,131,235); }

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