#B680E7

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

Shades of Biloba Flower #B680E7

Tints of Biloba Flower #B680E7

Color information

#B680E7 (or 0xB680E7) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and E7. RGB value is (182,128,231). Sum of RGB (Red+Green+Blue) = 182+128+231=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #B680E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680E7 is #497F18. Grayscale: #9B9B9B. Windows color (decimal): -4816665 or 15171766. OLE color: 15171766.

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

Color convert

RGB182128231-
CMYK0.210.4500.09
HSL271.46º68.21%70.39%-
HSV(B)271.46º44.59%90.59%-
XYZ41.4331.1579.43-
YUV155.89170.39146.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=33.64%
G=23.66%
B=42.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821282310.210.4500.09271.4668.2170.39
HexB680E7152D0910f4446
Octal2662003472555011417104106
Binary101101101000000011100111101011011010100110000111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680E7; }

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

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

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

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

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

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

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

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