Html Css Color HEX #B08DF1 Biloba Flower

📋 copy color: '#B08DF1'

red 176 ◦ green 141 ◦ blue 241

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

Shades of Biloba Flower #B08DF1

Tints of Biloba Flower #B08DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 31.54%
G = 25.27%
B = 43.19%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B08DF1 (or 0xB08DF1) is known color: Biloba Flower. HEX triplet: B0, 8D and F1. RGB value is (176,141,241). Sum of RGB (Red+Green+Blue) = 176+141+241=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #B08DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DF1 is #4F720E. Grayscale: #A2A2A2. Windows color (decimal): -5206543 or 15830448. OLE color: 15830448.

HSL color Cylindrical-coordinate representation of color #B08DF1: hue angle of 261º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08DF1 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 141 241 -
CMYK 0.27 0.41 0 0.05
HSL 261º 0.78% 0.75% -
HSV(B) 261º 0.41% 0.95% -
XYZ 43.31 34.63 87.62 -
YUV 162.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 176 141 241 0.27 0.41 0 0.05 261 0.78 0.75
Hex B0 8D F1 1B 29 0 5 105 4E 4B
Octal 260 215 361 33 51 0 5 405 116 113
Binary 10110000 10001101 11110001 11011 101001 0 101 100000101 1001110 1001011

Color Harmonies of #B08DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DF1

Black with #B08DF1

Text Example


Text Example

White with #B08DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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