Html Css Color HEX #B08DF5 Biloba Flower

📋 copy color: '#B08DF5'

red 176 ◦ green 141 ◦ blue 245

#B08DF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B08DF5

Tints of Biloba Flower #B08DF5

RGB

 RED value IS 176 (69.14% from 255) = 31.32%

 GREEN value IS 141 (55.47% from 255) = 25.09%

 BLUE value IS 245 (96.09% from 255) = 43.59%

R = 31.32%
G = 25.09%
B = 43.59%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B08DF5 (or 0xB08DF5) is known color: Biloba Flower. HEX triplet: B0, 8D and F5. RGB value is (176,141,245). Sum of RGB (Red+Green+Blue) = 176+141+245=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #B08DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DF5 is #4F720A. Grayscale: #A2A2A2. Windows color (decimal): -5206539 or 16092592. OLE color: 16092592.

HSL color Cylindrical-coordinate representation of color #B08DF5: hue angle of 260.19º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B08DF5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 141 245 -
CMYK 0.28 0.42 0 0.04
HSL 260.19º 0.84% 0.76% -
HSV(B) 260.19º 0.42% 0.96% -
XYZ 43.91 34.87 90.8 -
YUV 163.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 176 141 245 0.28 0.42 0 0.04 260.19 0.84 0.76
Hex B0 8D F5 1C 2A 0 4 104 54 4C
Octal 260 215 365 34 52 0 4 404 124 114
Binary 10110000 10001101 11110101 11100 101010 0 100 100000100 1010100 1001100

Color Harmonies of #B08DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DF5

Black with #B08DF5

Text Example


Text Example

White with #B08DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DF5; }

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

 H1.HeaderClassName
 {
   color: #B08DF5;
 }
 .AnyTagClassName
 {
   color: #B08DF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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