#B680F9

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

Shades of Biloba Flower #B680F9

Tints of Biloba Flower #B680F9

Color information

#B680F9 (or 0xB680F9) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and F9. RGB value is (182,128,249). Sum of RGB (Red+Green+Blue) = 182+128+249=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #B680F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680F9 is #497F06. Grayscale: #9D9D9D. Windows color (decimal): -4816647 or 16351414. OLE color: 16351414.

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

Color convert

RGB182128249-
CMYK0.270.4900.02
HSL266.78º90.98%73.92%-
HSV(B)266.78º48.59%97.65%-
XYZ44.1132.2293.52-
YUV157.94179.39145.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=32.56%
G=22.90%
B=44.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821282490.270.4900.02266.7890.9873.92
HexB680F91B310210b5b4a
Octal266200371336102413133112
Binary1011011010000000111110011101111000101010000101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680F9; }

 p { color: rgb(182,128,249); }

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

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

 a { background-color: rgb(182,128,249); }

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

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

 span { border-color: rgb(182,128,249); }

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