#B680FB

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

Shades of Biloba Flower #B680FB

Tints of Biloba Flower #B680FB

Color information

#B680FB (or 0xB680FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and FB. RGB value is (182,128,251). Sum of RGB (Red+Green+Blue) = 182+128+251=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #B680FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680FB is #497F04. Grayscale: #9D9D9D. Windows color (decimal): -4816645 or 16482486. OLE color: 16482486.

HSL color Cylindrical-coordinate representation of color #B680FB: hue angle of 266.34º degrees, saturation: 0.94, 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 #B680FB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182128251-
CMYK0.270.4900.02
HSL266.34º93.89%74.31%-
HSV(B)266.34º49%98.43%-
XYZ44.4232.3595.17-
YUV158.17180.39145-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=32.44%
G=22.82%
B=44.74%

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
Decimal1821282510.270.4900.02266.3493.8974.31
HexB680FB1B310210a5e4a
Octal266200373336102412136112
Binary1011011010000000111110111101111000101010000101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680FB; }

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

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

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

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

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

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

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

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