#B689FA

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

Shades of Biloba Flower #B689FA

Tints of Biloba Flower #B689FA

Color information

#B689FA (or 0xB689FA) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and FA. RGB value is (182,137,250). Sum of RGB (Red+Green+Blue) = 182+137+250=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #B689FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689FA is #497605. Grayscale: #A2A2A2. Windows color (decimal): -4814342 or 16419254. OLE color: 16419254.

HSL color Cylindrical-coordinate representation of color #B689FA: hue angle of 263.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B689FA is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182137250-
CMYK0.270.4500.02
HSL263.89º91.87%75.88%-
HSV(B)263.89º45.2%98.04%-
XYZ45.4934.7494.75-
YUV163.34176.91141.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=31.99%
G=24.08%
B=43.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821372500.270.4500.02263.8991.8775.88
HexB689FA1B2D021085c4c
Octal266211372335502410134114
Binary1011011010001001111110101101110110101010000100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689FA; }

 p { color: rgb(182,137,250); }

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

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

 a { background-color: rgb(182,137,250); }

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

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

 span { border-color: rgb(182,137,250); }

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