#B592FF

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

Shades of Biloba Flower #B592FF

Tints of Biloba Flower #B592FF

Color information

#B592FF (or 0xB592FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and FF. RGB value is (181,146,255). Sum of RGB (Red+Green+Blue) = 181+146+255=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #B592FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B592FF is #4A6D00. Grayscale: #A8A8A8. Windows color (decimal): -4877569 or 16749237. OLE color: 16749237.

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

Color convert

RGB181146255-
CMYK0.290.4300
HSL259.27º100%78.63%-
HSV(B)259.27º42.75%100%-
XYZ47.3837.699.37-
YUV168.89176.6136.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 255 (100% from 255) = 43.81%
R=31.10%
G=25.09%
B=43.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811462550.290.4300259.2710078.63
HexB592FF1D2B00103644f
Octal265222377355300403144117
Binary101101011001001011111111111011010110010000001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592FF; }

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

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

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

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

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

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

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

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