Html Css Color HEX #B086DB Biloba Flower

📋 copy color: '#B086DB'

red 176 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #B086DB

Tints of Biloba Flower #B086DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.33%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 33.27%
G = 25.33%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B086DB (or 0xB086DB) is known color: Biloba Flower. HEX triplet: B0, 86 and DB. RGB value is (176,134,219). Sum of RGB (Red+Green+Blue) = 176+134+219=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B086DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086DB is #4F7924. Grayscale: #9B9B9B. Windows color (decimal): -5208357 or 14386864. OLE color: 14386864.

HSL color Cylindrical-coordinate representation of color #B086DB: hue angle of 269.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B086DB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 134 219 -
CMYK 0.20 0.39 0 0.14
HSL 269.65º 0.54% 0.69% -
HSV(B) 269.65º 0.39% 0.86% -
XYZ 39.22 31.39 71.01 -
YUV 156.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 176 134 219 0.20 0.39 0 0.14 269.65 0.54 0.69
Hex B0 86 DB 14 27 0 E 10E 36 45
Octal 260 206 333 24 47 0 16 416 66 105
Binary 10110000 10000110 11011011 10100 100111 0 1110 100001110 110110 1000101

Color Harmonies of #B086DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086DB

Black with #B086DB

Text Example


Text Example

White with #B086DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086DB; }

 p { color: rgb(176,134,219); }

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

background-color css

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

 a { background-color: rgb(176,134,219); }

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

border-color css

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

 span { border-color: rgb(176,134,219); }

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