#B595FF

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

Shades of Biloba Flower #B595FF

Tints of Biloba Flower #B595FF

Color information

#B595FF (or 0xB595FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 95 and FF. RGB value is (181,149,255). Sum of RGB (Red+Green+Blue) = 181+149+255=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B595FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595FF is #4A6A00. Grayscale: #AAAAAA. Windows color (decimal): -4876801 or 16750005. OLE color: 16750005.

HSL color Cylindrical-coordinate representation of color #B595FF: hue angle of 258.11º 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 #B595FF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181149255-
CMYK0.290.4200
HSL258.11º100%79.22%-
HSV(B)258.11º41.57%100%-
XYZ47.8538.5499.52-
YUV170.65175.6135.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 255 (100% from 255) = 43.59%
R=30.94%
G=25.47%
B=43.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811492550.290.4200258.1110079.22
HexB595FF1D2A00102644f
Octal265225377355200402144117
Binary101101011001010111111111111011010100010000001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595FF; }

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

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

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

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

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

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

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

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