#B594FF

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

Shades of Biloba Flower #B594FF

Tints of Biloba Flower #B594FF

Color information

#B594FF (or 0xB594FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 94 and FF. RGB value is (181,148,255). Sum of RGB (Red+Green+Blue) = 181+148+255=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B594FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B594FF is #4A6B00. Grayscale: #A9A9A9. Windows color (decimal): -4877057 or 16749749. OLE color: 16749749.

HSL color Cylindrical-coordinate representation of color #B594FF: hue angle of 258.5º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B594FF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181148255-
CMYK0.290.4200
HSL258.5º100%79.02%-
HSV(B)258.5º41.96%100%-
XYZ47.738.2299.47-
YUV170.06175.93135.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.99%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 255 (100% from 255) = 43.66%
R=30.99%
G=25.34%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811482550.290.4200258.510079.02
HexB594FF1D2A00103644f
Octal265224377355200403144117
Binary101101011001010011111111111011010100010000001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594FF; }

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

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

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

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

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

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

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

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