#B592DB

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

Shades of Biloba Flower #B592DB

Tints of Biloba Flower #B592DB

Color information

#B592DB (or 0xB592DB) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and DB. RGB value is (181,146,219). Sum of RGB (Red+Green+Blue) = 181+146+219=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B592DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DB is #4A6D24. Grayscale: #A4A4A4. Windows color (decimal): -4877605 or 14389941. OLE color: 14389941.

HSL color Cylindrical-coordinate representation of color #B592DB: hue angle of 268.77º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B592DB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181146219-
CMYK0.170.3300.14
HSL268.77º50.34%71.57%-
HSV(B)268.77º33.33%85.88%-
XYZ42.1235.571.65-
YUV164.79158.6139.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=33.15%
G=26.74%
B=40.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811462190.170.3300.14268.7750.3471.57
HexB592DB11210E10d3248
Octal265222333214101641562110
Binary10110101100100101101101110001100001011101000011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592DB; }

 p { color: rgb(181,146,219); }

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

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

 a { background-color: rgb(181,146,219); }

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

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

 span { border-color: rgb(181,146,219); }

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