#B083FE

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

Shades of Biloba Flower #B083FE

Tints of Biloba Flower #B083FE

Color information

#B083FE (or 0xB083FE) is unknown color: approx Biloba Flower. HEX triplet: B0, 83 and FE. RGB value is (176,131,254). Sum of RGB (Red+Green+Blue) = 176+131+254=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #B083FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083FE is #4F7C01. Grayscale: #9E9E9E. Windows color (decimal): -5209090 or 16679856. OLE color: 16679856.

HSL color Cylindrical-coordinate representation of color #B083FE: hue angle of 261.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B083FE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176131254-
CMYK0.310.4800.00
HSL261.95º98.4%75.49%-
HSV(B)261.95º48.43%99.61%-
XYZ43.9132.6297.75-
YUV158.48181.91140.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=31.37%
G=23.35%
B=45.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761312540.310.4800.00261.9598.475.49
HexB083FE1F3000106624b
Octal260203376376000406142113
Binary101100001000001111111110111111100000010000011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083FE; }

 p { color: rgb(176,131,254); }

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

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

 a { background-color: rgb(176,131,254); }

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

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

 span { border-color: rgb(176,131,254); }

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