#b083fc

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

Shades of Biloba Flower #B083FC

Tints of Biloba Flower #B083FC

Color information

#B083FC (or 0xB083FC) is unknown color: approx Biloba Flower. HEX triplet: B0, 83 and FC. RGB value is (176,131,252). Sum of RGB (Red+Green+Blue) = 176+131+252=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #B083FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083FC is #4F7C03. Grayscale: #9D9D9D. Windows color (decimal): -5209092 or 16548784. OLE color: 16548784.

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

Color convert

RGB176131252-
CMYK0.300.4800.01
HSL262.31º95.28%75.1%-
HSV(B)262.31º48.02%98.82%-
XYZ43.5932.4996.07-
YUV158.25180.91140.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=31.48%
G=23.43%
B=45.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761312520.300.4800.01262.3195.2875.1
HexB083FC1E30011065f4b
Octal260203374366001406137113
Binary101100001000001111111100111101100000110000011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b083fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b083fc; }

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

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

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

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

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

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

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

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