#B594E8

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

Shades of Biloba Flower #B594E8

Tints of Biloba Flower #B594E8

Color information

#B594E8 (or 0xB594E8) is unknown color: approx Biloba Flower. HEX triplet: B5, 94 and E8. RGB value is (181,148,232). Sum of RGB (Red+Green+Blue) = 181+148+232=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #B594E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B594E8 is #4A6B17. Grayscale: #A7A7A7. Windows color (decimal): -4877080 or 15242421. OLE color: 15242421.

HSL color Cylindrical-coordinate representation of color #B594E8: hue angle of 263.57º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B594E8 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181148232-
CMYK0.220.3600.09
HSL263.57º64.62%74.51%-
HSV(B)263.57º36.21%90.98%-
XYZ44.2136.8381.12-
YUV167.44164.43137.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=32.26%
G=26.38%
B=41.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811482320.220.3600.09263.5764.6274.51
HexB594E8162409108414b
Octal2652243502644011410101113
Binary101101011001010011101000101101001000100110000100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594E8; }

 p { color: rgb(181,148,232); }

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

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

 a { background-color: rgb(181,148,232); }

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

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

 span { border-color: rgb(181,148,232); }

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