#B895E5

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

Shades of Biloba Flower #B895E5

Tints of Biloba Flower #B895E5

Color information

#B895E5 (or 0xB895E5) is unknown color: approx Biloba Flower. HEX triplet: B8, 95 and E5. RGB value is (184,149,229). Sum of RGB (Red+Green+Blue) = 184+149+229=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #B895E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895E5 is #476A1A. Grayscale: #A8A8A8. Windows color (decimal): -4680219 or 15046072. OLE color: 15046072.

HSL color Cylindrical-coordinate representation of color #B895E5: hue angle of 266.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B895E5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184149229-
CMYK0.200.3500.10
HSL266.25º60.61%74.12%-
HSV(B)266.25º34.93%89.8%-
XYZ44.6637.3478.98-
YUV168.58162.1139-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 229 (89.84% from 255) = 40.75%
R=32.74%
G=26.51%
B=40.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841492290.200.3500.10266.2560.6174.12
HexB895E514230A10a3d4a
Octal270225345244301241275112
Binary10111000100101011110010110100100011010101000010101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895E5; }

 p { color: rgb(184,149,229); }

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

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

 a { background-color: rgb(184,149,229); }

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

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

 span { border-color: rgb(184,149,229); }

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