#B69BE1

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

Shades of Biloba Flower #B69BE1

Tints of Biloba Flower #B69BE1

Color information

#B69BE1 (or 0xB69BE1) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and E1. RGB value is (182,155,225). Sum of RGB (Red+Green+Blue) = 182+155+225=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #B69BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BE1 is #49641E. Grayscale: #AAAAAA. Windows color (decimal): -4809759 or 14785462. OLE color: 14785462.

HSL color Cylindrical-coordinate representation of color #B69BE1: hue angle of 263.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B69BE1 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182155225-
CMYK0.190.3100.12
HSL263.14º53.85%74.51%-
HSV(B)263.14º31.11%88.24%-
XYZ44.638.8276.38-
YUV171.05158.45135.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=32.38%
G=27.58%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821552250.190.3100.12263.1453.8574.51
HexB69BE1131F0C107364b
Octal266233341233701440766113
Binary1011011010011011111000011001111111011001000001111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BE1; }

 p { color: rgb(182,155,225); }

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

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

 a { background-color: rgb(182,155,225); }

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

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

 span { border-color: rgb(182,155,225); }

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