#B592EA

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

Shades of Biloba Flower #B592EA

Tints of Biloba Flower #B592EA

Color information

#B592EA (or 0xB592EA) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and EA. RGB value is (181,146,234). Sum of RGB (Red+Green+Blue) = 181+146+234=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #B592EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B592EA is #4A6D15. Grayscale: #A6A6A6. Windows color (decimal): -4877590 or 15372981. OLE color: 15372981.

HSL color Cylindrical-coordinate representation of color #B592EA: hue angle of 263.86º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B592EA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181146234-
CMYK0.230.3800.08
HSL263.86º67.69%74.51%-
HSV(B)263.86º37.61%91.76%-
XYZ44.1936.3282.52-
YUV166.5166.1138.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=32.26%
G=26.02%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811462340.230.3800.08263.8667.6974.51
HexB592EA172608108444b
Octal2652223522746010410104113
Binary101101011001001011101010101111001100100010000100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592EA; }

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

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

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

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

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

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

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

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