#B082F9

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

Shades of Biloba Flower #B082F9

Tints of Biloba Flower #B082F9

Color information

#B082F9 (or 0xB082F9) is unknown color: approx Biloba Flower. HEX triplet: B0, 82 and F9. RGB value is (176,130,249). Sum of RGB (Red+Green+Blue) = 176+130+249=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #B082F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082F9 is #4F7D06. Grayscale: #9C9C9C. Windows color (decimal): -5209351 or 16351920. OLE color: 16351920.

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

Color convert

RGB176130249-
CMYK0.290.4800.02
HSL263.19º90.84%74.31%-
HSV(B)263.19º47.79%97.65%-
XYZ42.9932.0393.54-
YUV157.32179.74141.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=31.71%
G=23.42%
B=44.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761302490.290.4800.02263.1990.8474.31
HexB082F91D30021075b4a
Octal260202371356002407133112
Binary1011000010000010111110011110111000001010000011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082F9; }

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

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

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

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

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

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

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

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