Html Css Color HEX #B686FF Biloba Flower

📋 copy color: '#B686FF'

red 182 ◦ green 134 ◦ blue 255

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

Shades of Biloba Flower #B686FF

Tints of Biloba Flower #B686FF

RGB

 RED value IS 182 (71.48% from 255) = 31.87%

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 31.87%
G = 23.47%
B = 44.66%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B686FF (or 0xB686FF) is known color: Biloba Flower. HEX triplet: B6, 86 and FF. RGB value is (182,134,255). Sum of RGB (Red+Green+Blue) = 182+134+255=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B686FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686FF is #497900. Grayscale: #A1A1A1. Windows color (decimal): -4815105 or 16746166. OLE color: 16746166.

HSL color Cylindrical-coordinate representation of color #B686FF: hue angle of 263.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B686FF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 134 255 -
CMYK 0.29 0.47 0 0
HSL 263.8º 1% 0.76% -
HSV(B) 263.8º 0.47% 1% -
XYZ 45.87 34.22 98.79 -
YUV 162.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 182 134 255 0.29 0.47 0 0 263.8 1 0.76
Hex B6 86 FF 1D 2F 0 0 108 64 4C
Octal 266 206 377 35 57 0 0 410 144 114
Binary 10110110 10000110 11111111 11101 101111 0 0 100001000 1100100 1001100

Color Harmonies of #B686FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686FF

Black with #B686FF

Text Example


Text Example

White with #B686FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686FF; }

 p { color: rgb(182,134,255); }

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

background-color css

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

 a { background-color: rgb(182,134,255); }

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

border-color css

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

 span { border-color: rgb(182,134,255); }

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