#b082f8

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

Shades of Biloba Flower #B082F8

Tints of Biloba Flower #B082F8

Color information

#B082F8 (or 0xB082F8) is unknown color: approx Biloba Flower. HEX triplet: B0, 82 and F8. RGB value is (176,130,248). Sum of RGB (Red+Green+Blue) = 176+130+248=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #B082F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082F8 is #4F7D07. Grayscale: #9C9C9C. Windows color (decimal): -5209352 or 16286384. OLE color: 16286384.

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

Color convert

RGB176130248-
CMYK0.290.4800.03
HSL263.39º89.39%74.12%-
HSV(B)263.39º47.58%97.25%-
XYZ42.8331.9792.72-
YUV157.21179.24141.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=31.77%
G=23.47%
B=44.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761302480.290.4800.03263.3989.3974.12
HexB082F81D3003107594a
Octal260202370356003407131112
Binary1011000010000010111110001110111000001110000011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b082f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b082f8; }

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

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

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

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

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

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

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

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