#B689FD

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

Shades of Biloba Flower #B689FD

Tints of Biloba Flower #B689FD

Color information

#B689FD (or 0xB689FD) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and FD. RGB value is (182,137,253). Sum of RGB (Red+Green+Blue) = 182+137+253=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #B689FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689FD is #497602. Grayscale: #A3A3A3. Windows color (decimal): -4814339 or 16615862. OLE color: 16615862.

HSL color Cylindrical-coordinate representation of color #B689FD: hue angle of 263.28º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B689FD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182137253-
CMYK0.280.4600.01
HSL263.28º96.67%76.47%-
HSV(B)263.28º45.85%99.22%-
XYZ45.9734.9397.25-
YUV163.68178.41141.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=31.82%
G=23.95%
B=44.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821372530.280.4600.01263.2896.6776.47
HexB689FD1C2E01107614c
Octal266211375345601407141114
Binary101101101000100111111101111001011100110000011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689FD; }

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

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

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

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

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

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

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

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