#B680E9

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

Shades of Biloba Flower #B680E9

Tints of Biloba Flower #B680E9

Color information

#B680E9 (or 0xB680E9) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and E9. RGB value is (182,128,233). Sum of RGB (Red+Green+Blue) = 182+128+233=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #B680E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680E9 is #497F16. Grayscale: #9B9B9B. Windows color (decimal): -4816663 or 15302838. OLE color: 15302838.

HSL color Cylindrical-coordinate representation of color #B680E9: hue angle of 270.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B680E9 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182128233-
CMYK0.220.4500.09
HSL270.86º70.47%70.78%-
HSV(B)270.86º45.06%91.37%-
XYZ41.7231.2780.93-
YUV156.12171.39146.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=33.52%
G=23.57%
B=42.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821282330.220.4500.09270.8670.4770.78
HexB680E9162D0910f4647
Octal2662003512655011417106107
Binary101101101000000011101001101101011010100110000111110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680E9; }

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

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

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

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

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

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

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

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