#B08AFD

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

Shades of Biloba Flower #B08AFD

Tints of Biloba Flower #B08AFD

Color information

#B08AFD (or 0xB08AFD) is unknown color: approx Biloba Flower. HEX triplet: B0, 8A and FD. RGB value is (176,138,253). Sum of RGB (Red+Green+Blue) = 176+138+253=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #B08AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08AFD is #4F7502. Grayscale: #A2A2A2. Windows color (decimal): -5207299 or 16616112. OLE color: 16616112.

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

Color convert

RGB176138253-
CMYK0.300.4500.01
HSL259.83º96.64%76.67%-
HSV(B)259.83º45.45%99.22%-
XYZ44.7234.597.23-
YUV162.47179.09137.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=31.04%
G=24.34%
B=44.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761382530.300.4500.01259.8396.6476.67
HexB08AFD1E2D01104614d
Octal260212375365501404141115
Binary101100001000101011111101111101011010110000010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AFD; }

 p { color: rgb(176,138,253); }

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

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

 a { background-color: rgb(176,138,253); }

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

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

 span { border-color: rgb(176,138,253); }

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