#B680FC

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

Shades of Biloba Flower #B680FC

Tints of Biloba Flower #B680FC

Color information

#B680FC (or 0xB680FC) is unknown color: approx Biloba Flower. HEX triplet: B6, 80 and FC. RGB value is (182,128,252). Sum of RGB (Red+Green+Blue) = 182+128+252=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #B680FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680FC is #497F03. Grayscale: #9D9D9D. Windows color (decimal): -4816644 or 16548022. OLE color: 16548022.

HSL color Cylindrical-coordinate representation of color #B680FC: hue angle of 266.13º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B680FC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182128252-
CMYK0.280.4900.01
HSL266.13º95.38%74.51%-
HSV(B)266.13º49.21%98.82%-
XYZ44.5832.4196-
YUV158.28180.89144.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=32.38%
G=22.78%
B=44.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821282520.280.4900.01266.1395.3874.51
HexB680FC1C310110a5f4b
Octal266200374346101412137113
Binary101101101000000011111100111001100010110000101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680FC; }

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

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

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

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

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

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

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

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