#B595E4

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

Shades of Biloba Flower #B595E4

Tints of Biloba Flower #B595E4

Color information

#B595E4 (or 0xB595E4) is unknown color: approx Biloba Flower. HEX triplet: B5, 95 and E4. RGB value is (181,149,228). Sum of RGB (Red+Green+Blue) = 181+149+228=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #B595E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595E4 is #4A6A1B. Grayscale: #A7A7A7. Windows color (decimal): -4876828 or 14980533. OLE color: 14980533.

HSL color Cylindrical-coordinate representation of color #B595E4: hue angle of 264.3º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B595E4 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181149228-
CMYK0.210.3500.11
HSL264.3º59.4%73.92%-
HSV(B)264.3º34.65%89.41%-
XYZ43.8136.9278.22-
YUV167.57162.1137.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=32.44%
G=26.70%
B=40.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811492280.210.3500.11264.359.473.92
HexB595E415230B1083b4a
Octal265225344254301341073112
Binary10110101100101011110010010101100011010111000010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595E4; }

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

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

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

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

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

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

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

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