Html Css Color HEX #B08DF0 Biloba Flower

📋 copy color: '#B08DF0'

red 176 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #B08DF0

Tints of Biloba Flower #B08DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 31.6%
G = 25.31%
B = 43.09%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B08DF0 (or 0xB08DF0) is known color: Biloba Flower. HEX triplet: B0, 8D and F0. RGB value is (176,141,240). Sum of RGB (Red+Green+Blue) = 176+141+240=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #B08DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DF0 is #4F720F. Grayscale: #A2A2A2. Windows color (decimal): -5206544 or 15764912. OLE color: 15764912.

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

Color convert

RGB 176 141 240 -
CMYK 0.27 0.41 0 0.06
HSL 261.21º 0.77% 0.75% -
HSV(B) 261.21º 0.41% 0.94% -
XYZ 43.16 34.57 86.84 -
YUV 162.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 176 141 240 0.27 0.41 0 0.06 261.21 0.77 0.75
Hex B0 8D F0 1B 29 0 6 105 4D 4B
Octal 260 215 360 33 51 0 6 405 115 113
Binary 10110000 10001101 11110000 11011 101001 0 110 100000101 1001101 1001011

Color Harmonies of #B08DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DF0

Black with #B08DF0

Text Example


Text Example

White with #B08DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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