Html Css Color HEX #B086DD Biloba Flower

📋 copy color: '#B086DD'

red 176 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #B086DD

Tints of Biloba Flower #B086DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 33.15%
G = 25.24%
B = 41.62%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B086DD (or 0xB086DD) is known color: Biloba Flower. HEX triplet: B0, 86 and DD. RGB value is (176,134,221). Sum of RGB (Red+Green+Blue) = 176+134+221=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B086DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086DD is #4F7922. Grayscale: #9C9C9C. Windows color (decimal): -5208355 or 14517936. OLE color: 14517936.

HSL color Cylindrical-coordinate representation of color #B086DD: hue angle of 268.97º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B086DD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 134 221 -
CMYK 0.20 0.39 0 0.13
HSL 268.97º 0.56% 0.7% -
HSV(B) 268.97º 0.39% 0.87% -
XYZ 39.48 31.5 72.41 -
YUV 156.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 176 134 221 0.20 0.39 0 0.13 268.97 0.56 0.7
Hex B0 86 DD 14 27 0 D 10D 38 46
Octal 260 206 335 24 47 0 15 415 70 106
Binary 10110000 10000110 11011101 10100 100111 0 1101 100001101 111000 1000110

Color Harmonies of #B086DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086DD

Black with #B086DD

Text Example


Text Example

White with #B086DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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