#B680ED

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

Shades of Biloba Flower #B680ED

Tints of Biloba Flower #B680ED

Color information

#B680ED (or 0xB680ED) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and ED. RGB value is (182,128,237). Sum of RGB (Red+Green+Blue) = 182+128+237=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B680ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680ED is #497F12. Grayscale: #9C9C9C. Windows color (decimal): -4816659 or 15564982. OLE color: 15564982.

HSL color Cylindrical-coordinate representation of color #B680ED: hue angle of 269.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B680ED is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182128237-
CMYK0.230.4600.07
HSL269.72º75.17%71.57%-
HSV(B)269.72º45.99%92.94%-
XYZ42.331.583.97-
YUV156.57173.39146.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=33.27%
G=23.40%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821282370.230.4600.07269.7275.1771.57
HexB680ED172E0710e4b48
Octal266200355275607416113110
Binary10110110100000001110110110111101110011110000111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680ED; }

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

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

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

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

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

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

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

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