#B592DF

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

Shades of Biloba Flower #B592DF

Tints of Biloba Flower #B592DF

Color information

#B592DF (or 0xB592DF) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and DF. RGB value is (181,146,223). Sum of RGB (Red+Green+Blue) = 181+146+223=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B592DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DF is #4A6D20. Grayscale: #A4A4A4. Windows color (decimal): -4877601 or 14652085. OLE color: 14652085.

HSL color Cylindrical-coordinate representation of color #B592DF: hue angle of 267.27º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B592DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181146223-
CMYK0.190.3500.13
HSL267.27º54.61%72.35%-
HSV(B)267.27º34.53%87.45%-
XYZ42.6535.7174.46-
YUV165.24160.6139.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=32.91%
G=26.55%
B=40.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811462230.190.3500.13267.2754.6172.35
HexB592DF13230D10b3748
Octal265222337234301541367110
Binary10110101100100101101111110011100011011011000010111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592DF; }

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

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

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

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

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

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

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

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