#B08DEA

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

Shades of Biloba Flower #B08DEA

Tints of Biloba Flower #B08DEA

Color information

#B08DEA (or 0xB08DEA) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and EA. RGB value is (176,141,234). Sum of RGB (Red+Green+Blue) = 176+141+234=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #B08DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DEA is #4F7215. Grayscale: #A1A1A1. Windows color (decimal): -5206550 or 15371696. OLE color: 15371696.

HSL color Cylindrical-coordinate representation of color #B08DEA: hue angle of 262.58º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08DEA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176141234-
CMYK0.250.4000.08
HSL262.58º68.89%73.53%-
HSV(B)262.58º39.74%91.76%-
XYZ42.2834.2282.22-
YUV162.07168.6137.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=31.94%
G=25.59%
B=42.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761412340.250.4000.08262.5868.8973.53
HexB08DEA192808107454a
Octal2602153523150010407105112
Binary101100001000110111101010110011010000100010000011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DEA; }

 p { color: rgb(176,141,234); }

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

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

 a { background-color: rgb(176,141,234); }

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

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

 span { border-color: rgb(176,141,234); }

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