#B082FA

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

Shades of Biloba Flower #B082FA

Tints of Biloba Flower #B082FA

Color information

#B082FA (or 0xB082FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 82 and FA. RGB value is (176,130,250). Sum of RGB (Red+Green+Blue) = 176+130+250=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #B082FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082FA is #4F7D05. Grayscale: #9D9D9D. Windows color (decimal): -5209350 or 16417456. OLE color: 16417456.

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

Color convert

RGB176130250-
CMYK0.300.4800.02
HSL263º92.31%74.51%-
HSV(B)263º48%98.04%-
XYZ43.1432.194.36-
YUV157.43180.24141.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 130 (51.17% from 255) = 23.38%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=31.65%
G=23.38%
B=44.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761302500.300.4800.0226392.3174.51
HexB082FA1E30021075c4b
Octal260202372366002407134113
Binary1011000010000010111110101111011000001010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082FA; }

 p { color: rgb(176,130,250); }

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

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

 a { background-color: rgb(176,130,250); }

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

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

 span { border-color: rgb(176,130,250); }

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