#B69FE4

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

Shades of Biloba Flower #B69FE4

Tints of Biloba Flower #B69FE4

Color information

#B69FE4 (or 0xB69FE4) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and E4. RGB value is (182,159,228). Sum of RGB (Red+Green+Blue) = 182+159+228=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #B69FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FE4 is #49601B. Grayscale: #ADADAD. Windows color (decimal): -4808732 or 14983094. OLE color: 14983094.

HSL color Cylindrical-coordinate representation of color #B69FE4: hue angle of 260º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69FE4 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182159228-
CMYK0.200.3000.11
HSL260º56.1%75.88%-
HSV(B)260º30.26%89.41%-
XYZ45.6940.3478.78-
YUV173.74158.62133.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=31.99%
G=27.94%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821592280.200.3000.1126056.175.88
HexB69FE4141E0B104384c
Octal266237344243601340470114
Binary1011011010011111111001001010011110010111000001001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FE4; }

 p { color: rgb(182,159,228); }

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

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

 a { background-color: rgb(182,159,228); }

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

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

 span { border-color: rgb(182,159,228); }

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