#B680E8

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

Shades of Biloba Flower #B680E8

Tints of Biloba Flower #B680E8

Color information

#B680E8 (or 0xB680E8) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and E8. RGB value is (182,128,232). Sum of RGB (Red+Green+Blue) = 182+128+232=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #B680E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680E8 is #497F17. Grayscale: #9B9B9B. Windows color (decimal): -4816664 or 15237302. OLE color: 15237302.

HSL color Cylindrical-coordinate representation of color #B680E8: hue angle of 271.15º degrees, saturation: 0.69, 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 #B680E8 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182128232-
CMYK0.220.4500.09
HSL271.15º69.33%70.59%-
HSV(B)271.15º44.83%90.98%-
XYZ41.5831.2180.18-
YUV156170.89146.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=33.58%
G=23.62%
B=42.80%

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
Decimal1821282320.220.4500.09271.1569.3370.59
HexB680E8162D0910f4547
Octal2662003502655011417105107
Binary101101101000000011101000101101011010100110000111110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680E8; }

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

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

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

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

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

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

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

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